diff options
Diffstat (limited to '')
-rw-r--r-- | src/exceptionbase.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/exceptionbase.h b/src/exceptionbase.h index 37f4418..6402481 100644 --- a/src/exceptionbase.h +++ b/src/exceptionbase.h | |||
@@ -178,4 +178,10 @@ name::name( const name &e ) throw() : \ | |||
178 | { \ | 178 | { \ |
179 | } | 179 | } |
180 | 180 | ||
181 | namespace Bu | ||
182 | { | ||
183 | // Exceptions that are so general they could be used anywhere go here. | ||
184 | subExceptionDecl( UnsupportedException ) | ||
185 | } | ||
186 | |||
181 | #endif | 187 | #endif |