17 #import "OFException.h"
32 #ifdef OF_HAVE_PROPERTIES
33 @property (readonly, copy)
OFString *path;
34 @property (readonly)
int errNo;
45 + (instancetype)exceptionWithPath: (
OFString*)path
An exception indicating a directory couldn't be created.
Definition: OFCreateDirectoryFailedException.h:26
A class for handling strings.
Definition: OFString.h:91
The base class for all exceptions in ObjFW.
Definition: OFException.h:144