Switched from libsex-3.0.0 to libsex-3.1.0.
[libfsafe.git] / libfsafe / UnexpectedException.hxx
blob408a1d8ed59fdd306ef8d00da77e0a22ec7196f8
1 /**
2 * @file
4 * Contains declaration of @ref
5 * libfsafe::UnexpectedException.
6 */
8 #ifndef LIBFSAFE_UNEXPECTEDEXCEPTION_HXX
9 #define LIBFSAFE_UNEXPECTEDEXCEPTION_HXX
11 #include <libsex/Exception.hxx>
12 #include <libsex/declare.hxx>
14 /**
15 * @class libfsafe::UnexpectedException
17 * To be thrown when a statement threw an exception that
18 * was not anticipated, i.e. wrapping and letting the error
19 * bubble up.
21 * Inherits from libsex::Exception.:wa
23 namespace libfsafe
25 class UnexpectedException;
28 LIBSEX_DECLARE(
29 libsex::Exception,
30 libfsafe,
31 UnexpectedException)
33 #endif