mrdocs::Exception

Type of all exceptions thrown by the API.

Synopsis

Declared in <mrdocs/Support/Error/Exception.hpp>

class Exception final
    : public std::exception

Base Classes

NameDescription
std::exceptionBase class for all library exceptions.

Member Functions

NameDescription
Exception [constructor]Constructor.
operator= Assignment operators
error Return the Error stored in the exception.
what [virtual]Return a null-terminated error string.