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