22OF_ASSUME_NONNULL_BEGIN
53+ (instancetype)exceptionWithPath: (
OFString *)path
65- (instancetype)initWithPath: (
OFString *)path
67 OF_DESIGNATED_INITIALIZER;
69- (instancetype)
init OF_UNAVAILABLE;
The base class for all exceptions in ObjFW.
Definition OFException.h:157
instancetype exception()
Creates a new, autoreleased exception.
Definition OFException.m:283
An exception indicating a plugin could not be loaded.
Definition OFLoadPluginFailedException.h:31
OFString * path
The path of the plugin which could not be loaded.
Definition OFLoadPluginFailedException.h:39
OFString * error
The error why the plugin could not be loaded, as a string.
Definition OFLoadPluginFailedException.h:44
instancetype init()
Initializes an already allocated object.
Definition OFObject.m:696
A class for handling strings.
Definition OFString.h:143