16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
39 @property (readonly, nonatomic)
OFURL *URL;
44 @property (readonly, nonatomic)
OFString *target;
49 @property (readonly, nonatomic)
int errNo;
51 + (instancetype)exception OF_UNAVAILABLE;
61 + (instancetype)exceptionWithURL: (
OFURL *)URL
65 - (instancetype)init OF_UNAVAILABLE;
76 - (instancetype)initWithURL: (
OFURL *)URL
78 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
An exception indicating that creating a symbolic link failed.
Definition: OFCreateSymbolicLinkFailedException.h:30
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
A class for handling strings.
Definition: OFString.h:132
A class for parsing URLs and accessing parts of it.
Definition: OFURL.h:34