29 #ifndef AURORA_EXCEPTIONS_HPP
30 #define AURORA_EXCEPTIONS_HPP
47 #pragma warning(disable: 4275)
61 : std::runtime_error(message)
90 #endif // AURORA_EXCEPTIONS_HPP
Exception class for failed function calls.
Definition: Exceptions.hpp:69
Exception base class.
Definition: Exceptions.hpp:53
Configuration header of the library.
FunctionCallException(const std::string &message)
Constructor.
Definition: Exceptions.hpp:76
Exception(const std::string &message)
Constructor.
Definition: Exceptions.hpp:60
Definition: DispatchTraits.hpp:39