45 ,
public virtual std::overflow_error
68 const char*
what() const noexcept
override
70 return std::overflow_error::what();
base_error()=default
Default constructor.
const char * what() const noexcept override
Returns the descriptive string of this error.
Definition overflow_error.hpp:68
overflow_error(const std::string &what_arg)
Constructs a overflow_error with the specified message.
Definition overflow_error.hpp:53
~overflow_error() override=default
Virtual destructor.
Defines Cbeam-specific exception types that behave like their standard counterparts....
Definition base_error.hpp:31