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