diff options
author | Clombrong <cromblong@egregore.fun> | 2025-06-26 16:51:23 +0200 |
---|---|---|
committer | Clombrong <cromblong@egregore.fun> | 2025-06-26 21:40:53 +0200 |
commit | bd254f33b81287f2c282b7ec5becd4f7c838549f (patch) | |
tree | 3cab06cade35cd435522e7c1a6d9619e6365ff41 /lib/xml.ml | |
parent | 3dd884417ad78993bf6f3dc59349f20bd3fddfa0 (diff) |
refactor(xml): move InvalidStanza exception to Xml
Diffstat (limited to 'lib/xml.ml')
-rw-r--r-- | lib/xml.ml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ open Markup +exception InvalidStanza of string + type element = { namespace : string; local_name : string; |