echelon
0.8.0
|
Exception, which is thrown, if a requested object does not exist. More...
#include <group.hpp>
Inherits exception.
Public Member Functions | |
non_existing_member_exception (std::string what_) | |
Creates a new exception with a given error description. More... | |
~non_existing_member_exception () noexcept | |
The destructor. | |
const char * | what () const noexceptoverride |
An associated error description. | |
Exception, which is thrown, if a requested object does not exist.
|
inline |
Creates a new exception with a given error description.
what_ | error description |