summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/except
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/except')
-rw-r--r--dev/lib/except/error.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev/lib/except/error.hpp b/dev/lib/except/error.hpp
index 1a07ef0..9e16ad0 100644
--- a/dev/lib/except/error.hpp
+++ b/dev/lib/except/error.hpp
@@ -14,6 +14,7 @@ namespace snu::except
using runtime_error = std::runtime_error;
using fix_error = runtime_error;
using math_error = runtime_error;
+ using cgi_error = runtime_error;
} // namespace snu::except
#endif // _SNU_ERR_HPP \ No newline at end of file