16 #import "OFException.h" 18 OF_ASSUME_NONNULL_BEGIN
35 @property (readonly, nonatomic)
OFString *path;
49 + (instancetype)exceptionWithPath: (
OFString *)path
52 + (instancetype)exception OF_UNAVAILABLE;
61 - (instancetype)initWithPath: (
OFString *)path
63 OF_DESIGNATED_INITIALIZER;
65 - (instancetype)init OF_UNAVAILABLE;
A class for handling strings.
Definition: OFString.h:134
OFString * error
The error why the plugin could not be loaded, as a string.
Definition: OFLoadPluginFailedException.h:40
An exception indicating a plugin could not be loaded.
Definition: OFLoadPluginFailedException.h:26
The base class for all exceptions in ObjFW.
Definition: OFException.h:150