29 #ifndef STICHWORT_EXCEPTIONS_H_
30 #define STICHWORT_EXCEPTIONS_H_
45 std::logic_error(what_msg) {};
55 std::logic_error(what_msg) {};
65 std::logic_error(what_msg) {};
74 std::runtime_error(what_msg) {};
wrong_parameter_type_error(const std::string &what_msg)
An exception type that is thrown in case of missed parameter, i.e. when some required parameter is no...
wrong_parameter_error(const std::string &what_msg)
An exception type that is thrown when some parameter is passed more than once.
multiple_parameter_error(const std::string &what_msg)
missed_parameter_error(const std::string &what_msg)
An exception type that is thrown in case if wrong parameter value is passed.
An exception type that is thrown in case if wrong parameter value is passed.