17 #import "OFException.h"
19 #ifndef OF_HAVE_SOCKETS
20 # error No sockets available!
35 #ifdef OF_HAVE_PROPERTIES
36 @property (readonly, retain)
id socket;
37 @property (readonly)
int errNo;
47 + (instancetype)exceptionWithSocket: (
id)socket
57 - initWithSocket: (
id)socket
An exception indicating that accepting a connection failed.
Definition: OFAcceptFailedException.h:29
The base class for all exceptions in ObjFW.
Definition: OFException.h:144