aboutsummaryrefslogtreecommitdiff
path: root/src/stable/exceptionparse.cpp
diff options
context:
space:
mode:
authorMike Buland <eichlan@xagasoft.com>2020-02-04 19:27:37 -0800
committerMike Buland <eichlan@xagasoft.com>2020-02-04 19:27:37 -0800
commit9459cb32504c9d269bc467190bba41897f86a97b (patch)
treee16a916fbbd071462ca0e9ce94fae88f062f289a /src/stable/exceptionparse.cpp
parentfd830279725081d95e3f08f768ed6879c92fe838 (diff)
parented5e7684b766a3914b30c5b449608542695fd3b8 (diff)
downloadlibbu++-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.cpp14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/stable/exceptionparse.cpp b/src/stable/exceptionparse.cpp
new file mode 100644
index 0000000..98440a4
--- /dev/null
+++ b/src/stable/exceptionparse.cpp
@@ -0,0 +1,14 @@
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
8#include "exceptionparse.h"
9
10namespace Bu
11{
12 subExceptionDef( ExceptionParse );
13}
14