diff options
Diffstat (limited to '')
-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 3efa19f..f146b73 100644 --- a/src/exceptions.h +++ b/src/exceptions.h | |||
@@ -8,6 +8,7 @@ namespace Bu | |||
8 | { | 8 | { |
9 | subExceptionDecl( XmlException ) | 9 | subExceptionDecl( XmlException ) |
10 | subExceptionDecl( FileException ) | 10 | subExceptionDecl( FileException ) |
11 | subExceptionDecl( SocketException ) | ||
11 | subExceptionDecl( ConnectionException ) | 12 | subExceptionDecl( ConnectionException ) |
12 | subExceptionDecl( PluginException ) | 13 | subExceptionDecl( PluginException ) |
13 | subExceptionDecl( UnsupportedException ) | 14 | subExceptionDecl( UnsupportedException ) |