Represents an exception which clearly results from a mistake made by the user. More...
#include <assert.hpp>
Public Member Functions | |
| std::string | name () const override |
| User_error (std::string message) | |
Public Member Functions inherited from hexed::assert::Exception | |
| Exception (std::string m) | |
| std::string | message () const |
| const char * | what () const noexcept override |
Represents an exception which clearly results from a mistake made by the user.
|
inlineoverridevirtual |
Implements hexed::assert::Exception.