aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/exception.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'host/lib/exception.cpp')
-rw-r--r--host/lib/exception.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/host/lib/exception.cpp b/host/lib/exception.cpp
index 2299aa93f..e0d33bf48 100644
--- a/host/lib/exception.cpp
+++ b/host/lib/exception.cpp
@@ -38,6 +38,7 @@ make_exception_impl("AssertionError", assertion_error, exception)
make_exception_impl("LookupError", lookup_error, exception)
make_exception_impl("IndexError", index_error, lookup_error)
make_exception_impl("KeyError", key_error, lookup_error)
+make_exception_impl("TypeError", type_error, exception)
make_exception_impl("ValueError", value_error, exception)
make_exception_impl("RuntimeError", runtime_error, exception)
make_exception_impl("NotImplementedError", not_implemented_error, runtime_error)