Loading...
Searching...
No Matches
Exception.h
Exception(const std::string &what)
This is just a wrapper on std::runtime_error.
Definition Exception.h:50
Exception(const std::string &prefix, const std::string &what)
This is just a wrapper on std::runtime_error with a prefix added.
Definition Exception.h:56
STL namespace.