Indicates that the user invoked functionality which should be implemented in the future but isn't yet. More...
#include <assert.hpp>
Public Member Functions | |
| std::string | name () const override |
| Not_implemented_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 |
Indicates that the user invoked functionality which should be implemented in the future but isn't yet.
|
inlineoverridevirtual |
Implements hexed::assert::Exception.