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

Base class for all library exceptions.

Member Functions

Name

Description

Exception [constructor]

Constructor.

operator=

Assignment operators

error

Return the Error stored in the exception.

what [virtual]

Return a null‐terminated error string.

Created with MrDocs