#include <exception.hpp>
Inheritance diagram for Arageli::invalid_argument:
Public Member Functions | |
virtual std::string | msg () const |
The message of exception. |
Definition at line 161 of file exception.hpp.
virtual std::string Arageli::invalid_argument::msg | ( | ) | const [inline, virtual] |
The message of exception.
Reimplemented from Arageli::exception.
Reimplemented in Arageli::big_int::incorrect_string, Arageli::division_by_zero, Arageli::matrix_is_singular, and Arageli::incorrect_string.
Definition at line 165 of file exception.hpp.