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