Constructor.

Synopses

Declared in <mrdocs/Dom/Error.hpp>

Constructor.

constexpr
Error() = default;

Constructor.

explicit
Error(std::string message) noexcept;

Parameters

Name

Description

message

A string describing the failure.

Created with MrDocs