20 #import "OFException.h"
22 OF_ASSUME_NONNULL_BEGIN
41 @property (readonly, nonatomic)
int errNo;
50 + (instancetype)exceptionWithErrNo: (
int)errNo;
52 + (instancetype)exception OF_UNAVAILABLE;
61 - (instancetype)initWithErrNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
63 - (instancetype)init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition: OFException.h:155
An exception indicating that getting the current directory path failed.
Definition: OFGetCurrentDirectoryFailedException.h:33