Initial commit, version 0.1.0.
[libfsafe.git] / libfsafe / AssertionFailure.hxx
bloba392924fad53b1a9db4482ace02474b1459399ee
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 LIBSEX_DECLARE(libsex::Exception, AssertionFailure)
25 #endif