22 OF_ASSUME_NONNULL_BEGIN
47 @property (readonly, nonatomic)
int errNo;
59 + (instancetype)exception OF_UNAVAILABLE;
69 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
71 - (instancetype)init OF_UNAVAILABLE;
An exception indicating that observing failed.
Definition: OFObserveKernelEventsFailedException.h:32
A class that can observe multiple kernel events (e.g. streams being ready to read) at once...
Definition: OFKernelEventObserver.h:114
The base class for all exceptions in ObjFW.
Definition: OFException.h:156