20 #import "OFBindSocketFailedException.h"
22 OF_ASSUME_NONNULL_BEGIN
31 OF_SUBCLASSING_RESTRICTED
40 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *path;
50 + (instancetype)exceptionWithPath: (nullable
OFString *)path
54 + (instancetype)exceptionWithSocket: (
id)socket
55 errNo: (
int)errNo OF_UNAVAILABLE;
65 - (instancetype)initWithPath: (nullable
OFString *)path
67 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
69 - (instancetype)initWithSocket: (
id)socket errNo: (
int)errNo OF_UNAVAILABLE;
An exception indicating that binding a socket failed.
Definition: OFBindSocketFailedException.h:37
An exception indicating that binding a UNIX socket failed.
Definition: OFBindUNIXSocketFailedException.h:33
A class for handling strings.
Definition: OFString.h:139