summaryrefslogtreecommitdiff
path: root/slicer/xml/xmlExceptions.ice
diff options
context:
space:
mode:
Diffstat (limited to 'slicer/xml/xmlExceptions.ice')
-rw-r--r--slicer/xml/xmlExceptions.ice13
1 files changed, 13 insertions, 0 deletions
diff --git a/slicer/xml/xmlExceptions.ice b/slicer/xml/xmlExceptions.ice
new file mode 100644
index 0000000..e03fbe7
--- /dev/null
+++ b/slicer/xml/xmlExceptions.ice
@@ -0,0 +1,13 @@
+#ifndef SLICER_XML
+#define SLICER_XML
+
+#include <common.ice>
+
+module Slicer {
+ exception BadBooleanValue extends DeserializerError {
+ string text;
+ };
+};
+
+#endif
+