16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
34 @property (readonly, nonatomic)
OFString *path;
41 + (instancetype)exception OF_UNAVAILABLE;
50 + (instancetype)exceptionWithPath: (
OFString *)path
53 - (instancetype)init OF_UNAVAILABLE;
62 - (instancetype)initWithPath: (
OFString *)path
64 OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating a plugin could not be loaded.
Definition: OFLoadPluginFailedException.h:27
OFString * error
The error why the plugin could not be loaded, as a string.
Definition: OFLoadPluginFailedException.h:39
A class for handling strings.
Definition: OFString.h:132