general_error

Defined in header: <ixion/exceptions.hpp>

class general_error : public std::exception

Subclassed by ixion::file_not_found, ixion::formula_registration_error, ixion::model_context_error, ixion::not_implemented_error

Public Functions

general_error()
explicit general_error(std::string msg)
virtual ~general_error()
virtual const char *what() const noexcept override