echelon
0.8.0
|
Exception, which is thrown, if a require_*-type method can't fulfill the contract. More...
#include <broken_contract_exception.hpp>
Inherits exception.
Public Member Functions | |
broken_contract_exception (std::string what_) | |
Creates a new exception with a given error description. More... | |
~broken_contract_exception () noexcept | |
The destructor. | |
const char * | what () const noexceptoverride |
An associated error description. | |
Exception, which is thrown, if a require_*-type method can't fulfill the contract.
|
inline |
Creates a new exception with a given error description.
what_ | error description |