/* * File: opt.hpp * Author: Amlal El Mahrouss, * Copyright 2023-2025, Amlal El Mahrouss/SNU Systems Corp all rights reserved. */ #ifndef _SNU_ERR_HPP #define _SNU_ERR_HPP #include namespace snu { using runtime_error = std::runtime_error; } #endif // _SNU_ERR_HPP