#include <scythestat/error.h>
Inheritance diagram for scythe::scythe_invalid_arg:


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.
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 () | |
1.4.7