aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/exceptions.cpp10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exceptions.cpp b/src/exceptions.cpp
new file mode 100644
index 0000000..37f09a4
--- /dev/null
+++ b/src/exceptions.cpp
@@ -0,0 +1,10 @@
1#include "exceptions.h"
2#include <stdarg.h>
3
4namespace Bu
5{
6 subExceptionDef( XmlException )
7 subExceptionDef( FileException )
8 subExceptionDef( ConnectionException )
9 subExceptionDef( PluginException )
10}