diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:15:38 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-17 10:15:38 +0100 |
| commit | 1d943dcfcddb68f489c126b1e0df41170287e63d (patch) | |
| tree | 6507901f62b1ea75e599644e44540f2322c35f1a /dev/lib/except/error.hpp | |
| parent | d5c23fd4c37e29bc74a15491d43ef6bba8d3915a (diff) | |
feat: lib: make licensing clear.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/lib/except/error.hpp')
| -rw-r--r-- | dev/lib/except/error.hpp | 5 |
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 |
