Error              13 python_bindings/python/Error.cpp void translate_error(h::Error const &e) {
Error              44 python_bindings/python/Error.cpp     p::register_exception_translator<h::Error>(&translate_error);
Error              23 src/Error.cpp  Error::Error(const std::string &msg) : std::runtime_error(msg) {
Error              26 src/Error.cpp  CompileError::CompileError(const std::string &msg) : Error(msg) {
Error              29 src/Error.cpp  RuntimeError::RuntimeError(const std::string &msg) : Error(msg) {
Error              32 src/Error.cpp  InternalError::InternalError(const std::string &msg) : Error(msg) {
Error              17 src/Error.h    struct Error : public std::runtime_error {
Error              20 src/Error.h        EXPORT Error(const std::string &msg);
Error              24 src/Error.h    struct RuntimeError : public Error {
Error              30 src/Error.h    struct CompileError : public Error {
Error              37 src/Error.h    struct InternalError : public Error {