diff options
Diffstat (limited to 'slicer/xml/xmlExceptions.ice')
-rw-r--r-- | slicer/xml/xmlExceptions.ice | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/slicer/xml/xmlExceptions.ice b/slicer/xml/xmlExceptions.ice index 390f458..26d8aa2 100644 --- a/slicer/xml/xmlExceptions.ice +++ b/slicer/xml/xmlExceptions.ice @@ -8,6 +8,10 @@ module Slicer { exception BadBooleanValue extends DeserializerError { string text; }; + ["cpp:ice_print"] + exception BadNumericValue extends DeserializerError { + string text; + }; }; #endif |