From 65a8349aa5526d071b18cd4d42586c46faaa3823 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 02:13:48 +0100 Subject: feat! breaking changes for OCL v1.0.48. Signed-off-by: Amlal El Mahrouss --- include/ocl/except/error.hpp | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 include/ocl/except/error.hpp (limited to 'include/ocl/except/error.hpp') diff --git a/include/ocl/except/error.hpp b/include/ocl/except/error.hpp new file mode 100644 index 0000000..cf038f8 --- /dev/null +++ b/include/ocl/except/error.hpp @@ -0,0 +1,21 @@ +/* + * 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 +#include + +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 -- cgit v1.2.3