Loading...
Searching...
No Matches
Exception.h
56 Exception(const std::string &prefix, const std::string &what) : std::runtime_error(prefix + ": " + what)
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.