diff options
Diffstat (limited to 'lib/gateway/opcode.mli')
| -rw-r--r-- | lib/gateway/opcode.mli | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/gateway/opcode.mli b/lib/gateway/opcode.mli index 9fa5b96..5d1a35c 100644 --- a/lib/gateway/opcode.mli +++ b/lib/gateway/opcode.mli @@ -13,6 +13,7 @@ type t = | INVALID_SESSION
| HELLO
| HEARTBEAT_ACK
+[@@deriving sexp]
(** Raised when receiving an invalid opcode. This should never occur. *)
exception Invalid_Opcode of int
|