diff options
Diffstat (limited to 'src/message.ml')
-rw-r--r-- | src/message.ml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/message.ml b/src/message.ml index 8f37c08..ec28922 100644 --- a/src/message.ml +++ b/src/message.ml @@ -1,7 +1,8 @@ +exception Invalid_operation of string + type operation = { method_name: string; path: string list option; - value: string option; options: (string * string) list option } [@@deriving yojson] |