12namespace ErrorHandling {
24 : std::runtime_error(msg +
"\nYou've found a bug! Please report it.") {}
Definition bash_case.cpp:9
An exception thrown when an internal error occurs.
Definition InternalError.h:22
InternalError(const std::string &msg)
Definition InternalError.h:23