diff options
author | Mike Buland <eichlan@xagasoft.com> | 2020-02-04 19:27:37 -0800 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2020-02-04 19:27:37 -0800 |
commit | 9459cb32504c9d269bc467190bba41897f86a97b (patch) | |
tree | e16a916fbbd071462ca0e9ce94fae88f062f289a /src/stable/exceptionparse.h | |
parent | fd830279725081d95e3f08f768ed6879c92fe838 (diff) | |
parent | ed5e7684b766a3914b30c5b449608542695fd3b8 (diff) | |
download | libbu++-9459cb32504c9d269bc467190bba41897f86a97b.tar.gz libbu++-9459cb32504c9d269bc467190bba41897f86a97b.tar.bz2 libbu++-9459cb32504c9d269bc467190bba41897f86a97b.tar.xz libbu++-9459cb32504c9d269bc467190bba41897f86a97b.zip |
Merge branch 'master' into unicode
Diffstat (limited to '')
-rw-r--r-- | src/stable/exceptionparse.h | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/stable/exceptionparse.h b/src/stable/exceptionparse.h new file mode 100644 index 0000000..83eddb0 --- /dev/null +++ b/src/stable/exceptionparse.h | |||
@@ -0,0 +1,17 @@ | |||
1 | /* | ||
2 | * Copyright (C) 2007-2019 Xagasoft, All rights reserved. | ||
3 | * | ||
4 | * This file is part of the libbu++ library and is released under the | ||
5 | * terms of the license contained in the file LICENSE. | ||
6 | */ | ||
7 | #ifndef BU_EXCPTION_PARSE_H | ||
8 | #define BU_EXCPTION_PARSE_H | ||
9 | |||
10 | #include "bu/exceptionbase.h" | ||
11 | |||
12 | namespace Bu | ||
13 | { | ||
14 | subExceptionDecl( ExceptionParse ); | ||
15 | } | ||
16 | |||
17 | #endif | ||