An Error signifying that playd can't read a file. More...
#include <errors.hpp>
Public Member Functions | |
FileError (const std::string &msg) | |
Constructs a FileError. 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 can't read a file.
Definition at line 75 of file errors.hpp.
|
inline |
Constructs a FileError.
msg | The human-readable message of the error. |
Definition at line 82 of file errors.hpp.