aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2007-01-30 22:40:07 +0000
committerMike Buland <eichlan@xagasoft.com>2007-01-30 22:40:07 +0000
commite82431fb4f5155220c8c0d3f7d11c6d60ab475a4 (patch)
treea8d63bdb73fdb6aa280f7b4f4441d48a23fe0884 /src/exceptions.cpp
parent45c86417cbac76159918e1429a391e2eb510bc32 (diff)
downloadlibbu++-e82431fb4f5155220c8c0d3f7d11c6d60ab475a4.tar.gz
libbu++-e82431fb4f5155220c8c0d3f7d11c6d60ab475a4.tar.bz2
libbu++-e82431fb4f5155220c8c0d3f7d11c6d60ab475a4.tar.xz
libbu++-e82431fb4f5155220c8c0d3f7d11c6d60ab475a4.zip
Hey, Plugger doesn't kill your program with exit, it just throws an exception.
Diffstat (limited to 'src/exceptions.cpp')
-rw-r--r--src/exceptions.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/exceptions.cpp b/src/exceptions.cpp
index 9696af8..ce79a5e 100644
--- a/src/exceptions.cpp
+++ b/src/exceptions.cpp
@@ -4,3 +4,5 @@
4subExceptionDef( XmlException ) 4subExceptionDef( XmlException )
5subExceptionDef( FileException ) 5subExceptionDef( FileException )
6subExceptionDef( ConnectionException ) 6subExceptionDef( ConnectionException )
7subExceptionDef( PluginException )
8