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