Scythe-1.0.3
|
Invalid function argument. More...
#include <scythestat/error.h>
Public Member Functions | |
scythe_invalid_arg (const std::string &file, const std::string &function, const unsigned int &line, const std::string &message="", const bool &halt=false) throw () |
Invalid function argument.
Library members throw this exception when callers pass incorrect arguments to a function, such as when one calls the factorial method with an argument less than 0.