#include <exception.h>
Public Member Functions | |
numerics_exception (const std::string &msg) |
numerics_exception::numerics_exception | ( | const std::string & | msg | ) | [inline] |
Construct an exception with the given message.
msg | message describing the exception's cause. |