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