22 OF_ASSUME_NONNULL_BEGIN
39 @property (readonly, nonatomic)
OFString *path;
44 @property OF_NULLABLE_PROPERTY (readonly, nonatomic)
OFString *error;
53 + (instancetype)exceptionWithPath: (
OFString *)path
56 + (instancetype)exception OF_UNAVAILABLE;
65 - (instancetype)initWithPath: (
OFString *)path
67 OF_DESIGNATED_INITIALIZER;
69 - (instancetype)init OF_UNAVAILABLE;
A class for handling strings.
Definition: OFString.h:142
An exception indicating a plugin could not be loaded.
Definition: OFLoadPluginFailedException.h:30
The base class for all exceptions in ObjFW.
Definition: OFException.h:156