An Error signifying that playd has been improperly configured. More...
#include <errors.hpp>
Inheritance diagram for ConfigError:
Collaboration diagram for ConfigError:Public Member Functions | |
| ConfigError (const std::string &msg) | |
| Constructs an ConfigError. 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 been improperly configured.
Definition at line 45 of file errors.hpp.
|
inline |
Constructs an ConfigError.
| msg | The human-readable message of the error. |
Definition at line 52 of file errors.hpp.