aboutsummaryrefslogtreecommitdiff
path: root/src/exceptions.h
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.h
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.h')
-rw-r--r--src/exceptions.h1
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 @@
7subExceptionDecl( XmlException ) 7subExceptionDecl( XmlException )
8subExceptionDecl( FileException ) 8subExceptionDecl( FileException )
9subExceptionDecl( ConnectionException ) 9subExceptionDecl( ConnectionException )
10subExceptionDecl( PluginException )
10 11
11enum eFileException 12enum eFileException
12{ 13{