diff options
Diffstat (limited to 'include/ocl/except/error.hpp')
| -rw-r--r-- | include/ocl/except/error.hpp | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/include/ocl/except/error.hpp b/include/ocl/except/error.hpp deleted file mode 100644 index cf038f8..0000000 --- a/include/ocl/except/error.hpp +++ /dev/null @@ -1,21 +0,0 @@ -/* - * File: opt.hpp - * Author: Amlal El Mahrouss, - * Copyright 2023-2025, Amlal El Mahrouss, Licensed under the Boost Software License - */ - -#ifndef _OCL_ERR_HPP -#define _OCL_ERR_HPP - -#include <stdexcept> -#include <core/error_handler.hpp> - -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::error - -#endif // _OCL_ERR_HPP
\ No newline at end of file |
