17 #import "OFException.h"
28 OFString *_sourcePath, *_destinationPath;
32 # ifdef OF_HAVE_PROPERTIES
33 @property (readonly, copy)
OFString *sourcePath, *destinationPath;
34 @property (readonly)
int errNo;
45 + (instancetype)exceptionWithSourcePath: (
OFString*)sourcePath
46 destinationPath: (
OFString*)destinationPath
57 - initWithSourcePath: (
OFString*)sourcePath
58 destinationPath: (
OFString*)destinationPath
A class for handling strings.
Definition: OFString.h:91
The base class for all exceptions in ObjFW.
Definition: OFException.h:144