URY playd
C++ minimalist audio player
NetError Class Reference

A network error. More...

#include <errors.hpp>

+ Inheritance diagram for NetError:
+ Collaboration diagram for NetError:

Public Member Functions

 NetError (const std::string &msg)
 Constructs a NetError. 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

A network error.

Definition at line 105 of file errors.hpp.

Constructor & Destructor Documentation

§ NetError()

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

Constructs a NetError.

Parameters
msgThe human-readable message of the error.

Definition at line 112 of file errors.hpp.

112  : Error(msg)
113  {
114  }
Error(const std::string &msg)
Constructs an Error.
Definition: errors.cpp:12

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