22OF_ASSUME_NONNULL_BEGIN
47@property (readonly, nonatomic)
int errNo;
69 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
71- (instancetype)
init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
A class that can observe multiple kernel events (e.g. streams being ready to read) at once.
Definition OFKernelEventObserver.h:115
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
An exception indicating that observing failed.
Definition OFObserveKernelEventsFailedException.h:33
OFKernelEventObserver * observer
The observer which failed to observe.
Definition OFObserveKernelEventsFailedException.h:42
int errNo
The errno of the error that occurred.
Definition OFObserveKernelEventsFailedException.h:47