#include <Pt/IOError.h>
I/O error.
Inherits failure.
Inherited by AccessFailed, HttpError, and SslError.
Public Member Functions | |
| IOError (const std::string &what) | |
| Construct with error message. | |
| IOError (const char *what) | |
| Construct with error message. | |
| ~IOError () throw () | |
| Destructor. | |