diff options
author | Mike Buland <eichlan@xagasoft.com> | 2007-01-30 22:40:07 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2007-01-30 22:40:07 +0000 |
commit | e82431fb4f5155220c8c0d3f7d11c6d60ab475a4 (patch) | |
tree | a8d63bdb73fdb6aa280f7b4f4441d48a23fe0884 /src/exceptions.cpp | |
parent | 45c86417cbac76159918e1429a391e2eb510bc32 (diff) | |
download | libbu++-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.cpp | 2 |
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 @@ | |||
4 | subExceptionDef( XmlException ) | 4 | subExceptionDef( XmlException ) |
5 | subExceptionDef( FileException ) | 5 | subExceptionDef( FileException ) |
6 | subExceptionDef( ConnectionException ) | 6 | subExceptionDef( ConnectionException ) |
7 | subExceptionDef( PluginException ) | ||
8 | |||