aboutsummaryrefslogtreecommitdiff
path: root/lib/stream.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stream.ml')
-rw-r--r--lib/stream.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/stream.ml b/lib/stream.ml
index 8c7a8f3..25b6822 100644
--- a/lib/stream.ml
+++ b/lib/stream.ml
@@ -1,5 +1,6 @@
open Lwt.Syntax
+exception ClosedStream
exception InvalidStanza of string
let start domain : Portal.t Lwt.t =