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.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/dev/lib/except/error.hpp b/dev/lib/except/error.hpp
index 16bf5eb..31b9894 100644
--- a/dev/lib/except/error.hpp
+++ b/dev/lib/except/error.hpp
@@ -4,17 +4,17 @@
* Copyright 2023-2025, Amlal El Mahrouss
*/
-#ifndef _OCL_ERR_HPP
-#define _OCL_ERR_HPP
+#ifndef _SCL_ERR_HPP
+#define _SCL_ERR_HPP
#include <stdexcept>
-namespace ocl
+namespace scl
{
using runtime_error = std::runtime_error;
using fix_error = runtime_error;
using math_error = runtime_error;
using cgi_error = runtime_error;
-} // namespace ocl
+} // namespace scl
-#endif // _OCL_ERR_HPP \ No newline at end of file
+#endif // _SCL_ERR_HPP \ No newline at end of file