The base exception that all exceptions in this library are built upon.
More...
#include <exception.hpp>
|
| Exception () |
|
| Exception (const std::string &error) |
|
const char * | what () const noexcept |
| Get a C-string representation of the error. Adds compatibility with std::exception.
|
|
|
std::string | error |
| The resulting error string provided by the exception.
|
|
The base exception that all exceptions in this library are built upon.
◆ Exception() [1/2]
facade::exception::Exception::Exception |
( |
| ) |
|
|
inline |
◆ Exception() [2/2]
facade::exception::Exception::Exception |
( |
const std::string & |
error | ) |
|
|
inline |
◆ what()
const char * facade::exception::Exception::what |
( |
| ) |
const |
|
inlinenoexcept |
Get a C-string representation of the error. Adds compatibility with std::exception.
◆ error
std::string facade::exception::Exception::error |
The resulting error string provided by the exception.
The documentation for this class was generated from the following file: