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