17 #import "OFException.h" 19 OF_ASSUME_NONNULL_BEGIN
42 @property (readonly, nonatomic)
int errNo;
54 + (instancetype)exceptionWithPath: (
OFString *)path
57 -
init OF_UNAVAILABLE;
68 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
OFString * path
Definition: OFCreateDirectoryFailedException.h:37
A class for handling strings.
Definition: OFString.h:114
int errNo
Definition: OFCreateDirectoryFailedException.h:42
id init()
Initializes an already allocated object.
Definition: OFObject.m:488
The base class for all exceptions in ObjFW.
Definition: OFException.h:143
instancetype exception()
Creates a new, autoreleased exception.
Definition: OFException.m:250
An exception indicating a directory couldn't be created.
Definition: OFCreateDirectoryFailedException.h:28