An Error signifying that playd has hit an internal snag. More...
#include <errors.hpp>
Public Member Functions | |
InternalError (const std::string &msg) | |
Constructs an InternalError. More... | |
Public Member Functions inherited from Error | |
Error (const std::string &msg) | |
Constructs an Error. More... | |
const std::string & | Message () const |
The human-readable message for this error. More... | |
An Error signifying that playd has hit an internal snag.
Definition at line 60 of file errors.hpp.
|
inline |
Constructs an InternalError.
msg | The human-readable message of the error. |
Definition at line 67 of file errors.hpp.