diff options
Diffstat (limited to 'src/exceptions.h')
| -rw-r--r-- | src/exceptions.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h new file mode 100644 index 0000000..1cc891d --- /dev/null +++ b/src/exceptions.h | |||
| @@ -0,0 +1,9 @@ | |||
| 1 | #ifndef EXCEPTIONS_H | ||
| 2 | #define EXCEPTIONS_H | ||
| 3 | |||
| 4 | #include "exceptionbase.h" | ||
| 5 | #include <stdarg.h> | ||
| 6 | |||
| 7 | subExceptionDecl( XmlException ) | ||
| 8 | |||
| 9 | #endif | ||
