8 #ifndef UTILS_RUNTIME_ERROR_H 9 #define UTILS_RUNTIME_ERROR_H std::string Str
Str is an alias for string.
This file includes a part of C++ Standard Template Library and defines aliases for them...
void runtime_error(const Str &msg)
Raise (for Python) and throw (for C++) a runtime error.
Namespace for utility functions.