Skip to content

doxybook::exception

Defined in header <doxybook/exception.hpp>

class exception;

Doxybook exceptions.

Description

This is a very basic class used to represent doxybook exceptions

Inherits from std::exception

Public Functions

Member Functions Description
(constructor) Constructor.
(function)
what const override The error message.
(function)

Public Functions

function exception

Defined in header <doxybook/exception.hpp>

(1)
exception() = default;
(2)
explicit exception(std::string msg);

Constructor.

Exception Safety

Basic exception guarantee.

function what

Defined in header <doxybook/exception.hpp>

char const  *
what() const override;

The error message.

Exception Safety

Basic exception guarantee.


Updated on 2023-04-03