/**
* @file scpp_assert.hpp
* @bried Assert モジュールヘッダーファイル
* @author Nomura Kei
* @copyright 2003 - 2022 Nomura Kei
*/
#ifndef SCPP_ASSERT_HPP
#define SCPP_ASSERT_HPP
#include <sc.h>
namespace scpp
{
class AssertError : public std::exception
{
public:
AssertError() noexcept;
AssertError(const std::string& msg) noexcept;
AssertError(const std::string& msg) noexcept;
AssertError(const std::string% msg,
};
}
#endif // SCPP_ASSERT_HPP