Switched from libsex-3.0.0 to libsex-3.1.0.
[libfsafe.git] / libfsafe / AssertionFailure.hxx
blob05ab924d5c4c6588c1db638d005d5cede8ca3232
1 /**
2 * @file
4 * Contains declaration of @ref libfsafe::AssertionFailure.
5 */
7 #ifndef LIBFSAFE_ASSERTIONFAILURE_HXX
8 #define LIBFSAFE_ASSERTIONFAILURE_HXX
10 #include <libsex/declare.hxx>
11 #include <libsex/Exception.hxx>
13 /**
14 * @class libfsafe::AssertionFailure
16 * Indicates that an assertion failed.
18 * Superclass of all exceptions thrown by assertions.
20 namespace libfsafe
22 class AssertionFailure;
25 LIBSEX_DECLARE(libsex::Exception, libfsafe, AssertionFailure)
27 #endif