A network error. More...
#include <errors.hpp>
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... | |
A network error.
Definition at line 105 of file errors.hpp.
|
inline |
Constructs a NetError.
msg | The human-readable message of the error. |
Definition at line 112 of file errors.hpp.