clang::mrdocs::Exception

Type of all exceptions thrown by the API.

Synopsis

Declared in <mrdocs/Support/Error.hpp>
class Exception final
    : public std::exception


Base Classes

Name Description
std::exception

Member Functions

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

Created with MrDocs