summaryrefslogtreecommitdiffhomepage
path: root/dev/lib/except/error.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'dev/lib/except/error.hpp')
-rw-r--r--dev/lib/except/error.hpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev/lib/except/error.hpp b/dev/lib/except/error.hpp
index 16bf5eb..73e0074 100644
--- a/dev/lib/except/error.hpp
+++ b/dev/lib/except/error.hpp
@@ -8,13 +8,14 @@
#define _OCL_ERR_HPP
#include <stdexcept>
+#include <lib/core/error_handler.hpp>
-namespace ocl
+namespace ocl::error
{
using runtime_error = std::runtime_error;
using fix_error = runtime_error;
using math_error = runtime_error;
using cgi_error = runtime_error;
-} // namespace ocl
+} // namespace ocl::error
#endif // _OCL_ERR_HPP \ No newline at end of file