diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-25 18:46:14 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-25 18:46:14 +0200 |
commit | fe2b3ecbb997c74f91c122e285577efb688a7fe7 (patch) | |
tree | 0360c6dddbb2c8ac6efed9d0703c4d503361fa7e /portal/portal.mli | |
parent | 142a4e388a0dc905188569138b5a347bbc3d9e68 (diff) |
feat(portal): add MalformedStanza exception to Portal interface
Diffstat (limited to 'portal/portal.mli')
-rw-r--r-- | portal/portal.mli | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/portal/portal.mli b/portal/portal.mli index a560f5e..025055f 100644 --- a/portal/portal.mli +++ b/portal/portal.mli @@ -1,5 +1,7 @@ open Markup +exception MalformedStanza of location * Error.t + type t = (signal, async) stream * ((signal, sync) stream option -> unit) (** This is the XML namespace of the underlying element stream. |