17 #import "OFException.h"
19 #ifdef OF_HAVE_SYMLINK
27 @interface OFCreateSymbolicLinkFailedException:
OFException
29 OFString *_sourcePath, *_destinationPath;
33 #ifdef OF_HAVE_PROPERTIES
34 @property (readonly, copy)
OFString *sourcePath, *destinationPath;
35 @property (readonly)
int errNo;
46 + (instancetype)exceptionWithSourcePath: (
OFString*)sourcePath
47 destinationPath: (
OFString*)destinationPath
59 - initWithSourcePath: (
OFString*)sourcePath
60 destinationPath: (
OFString*)destinationPath
A class for handling strings.
Definition: OFString.h:91
The base class for all exceptions in ObjFW.
Definition: OFException.h:144