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.h | |
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.h')
-rw-r--r-- | src/exceptions.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/exceptions.h b/src/exceptions.h index cf9d47a..0ab2b15 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
@@ -7,6 +7,7 @@ | |||
7 | subExceptionDecl( XmlException ) | 7 | subExceptionDecl( XmlException ) |
8 | subExceptionDecl( FileException ) | 8 | subExceptionDecl( FileException ) |
9 | subExceptionDecl( ConnectionException ) | 9 | subExceptionDecl( ConnectionException ) |
10 | subExceptionDecl( PluginException ) | ||
10 | 11 | ||
11 | enum eFileException | 12 | enum eFileException |
12 | { | 13 | { |