16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
36 @property (readonly, nonatomic)
int errNo;
38 + (instancetype)exception OF_UNAVAILABLE;
47 + (instancetype)exceptionWithErrNo: (
int)errNo;
49 - (instancetype)init OF_UNAVAILABLE;
58 - (instancetype)initWithErrNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that getting the current directory path failed.
Definition: OFGetCurrentDirectoryPathFailedException.h:29