Exception for read errors to sockets More...
#include <transceiver.hpp>
Public Member Functions | |
SocketRead (int fd_, int erno_) | |
Sole Constructor. |
Exception for read errors to sockets
Definition at line 336 of file transceiver.hpp.
Fastcgipp::Exceptions::SocketRead::SocketRead | ( | int | fd_, |
int | erno_ | ||
) |
Sole Constructor.
[in] | fd_ | File descriptor of socket |
[in] | erno_ | Associated errno |
Definition at line 248 of file transceiver.cpp.
References Fastcgipp::Exceptions::CodedException::msg.