playererror.h
PlayerError(const std::string aFun="", const std::string aStr="", const int aCode=-1)
default constructor
std::string GetErrorFun() const
the function that threw the error
Definition playererror.h:81
std::string GetErrorStr() const
the error string
Definition playererror.h:79
int GetErrorCode() const
a numerical error code
Definition playererror.h:83