16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
42 @property (readonly, nonatomic)
int errNo;
44 + (instancetype)exception OF_UNAVAILABLE;
56 - (instancetype)init OF_UNAVAILABLE;
66 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
A class that can observe multiple kernel events (e.g. streams being ready to read) at once.
Definition: OFKernelEventObserver.h:119
An exception indicating that observing failed.
Definition: OFObserveFailedException.h:29