URY playd
C++ minimalist audio player
ConfigError Class Reference

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...
 

Detailed Description

An Error signifying that playd has been improperly configured.

Definition at line 45 of file errors.hpp.

Constructor & Destructor Documentation

§ ConfigError()

ConfigError::ConfigError ( const std::string &  msg)
inline

Constructs an ConfigError.

Parameters
msgThe human-readable message of the error.

Definition at line 52 of file errors.hpp.

52  : Error(msg)
53  {
54  }
Error(const std::string &msg)
Constructs an Error.
Definition: errors.cpp:12

The documentation for this class was generated from the following file: