22OF_ASSUME_NONNULL_BEGIN
40@property (readonly, nonatomic)
int errNo;
49+ (instancetype)exceptionWithErrNo: (
int)errNo;
51+ (instancetype)exception OF_UNAVAILABLE;
60- (instancetype)initWithErrNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
62- (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
An exception indicating that getting the current directory path failed.
Definition OFGetCurrentDirectoryFailedException.h:32