Type of all exceptions thrown by the API.
Declared in <mrdocs/Support/Error/Exception.hpp>
class Exception final
: public std::exception
| Name | Description |
|---|---|
std::exception | Base class for all library exceptions. |
| Name | Description |
|---|---|
Exception [constructor] | Constructor. |
operator= | Assignment operators |
error | Return the Error stored in the exception. |
what [virtual] | Return a null-terminated error string. |