kameloso IRC bot
Dlang.org
SocketSendException
kameloso
net
Exception thrown when a socket send action returned
Socket.ERROR
.
@
safe
final
class
SocketSendException : Exception {
this
(string msg, string file, size_t line, Throwable nextInChain);
}
Constructors
this
this
(string msg, string file, size_t line, Throwable nextInChain)
Passthrough constructor.
kameloso
net
classes
Connection
EmptyDataJSONException
EmptyResponseException
ErrorJSONException
HTTPQueryException
Querier
QueryResponseJSONException
SSLException
SSLFileException
SocketSendException
UnexpectedJSONException
functions
connectFiber
issueSyncHTTPRequest
listenFiber
openSSLIsInstalled
resolveFiber
structs
ConnectionAttempt
HTTPQueryResponse
HTTPRequest
ListenAttempt
ResolveAttempt
Exception thrown when a socket send action returned Socket.ERROR.