Differences From Artifact [7c45470186]:
- File src/exceptions/OFLoadPluginFailedException.h — part of check-in [8cb6fafdc0] at 2022-04-25 19:14:49 on branch trunk — More reordering for consistency (user: js, size: 1996) [annotate] [blame] [check-ins using] [more...]
To Artifact [bb70233a5c]:
- File src/exceptions/OFLoadPluginFailedException.h — part of check-in [c40a295629] at 2022-09-12 14:34:38 on branch trunk — Either restrict subclassing or reserve ivars (user: js, size: 2046) [annotate] [blame] [check-ins using] [more...]
︙ | |||
22 23 24 25 26 27 28 29 30 31 32 33 34 35 | 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 | + | * OFLoadPluginFailedException.h ObjFW/OFLoadPluginFailedException.h * * @brief An exception indicating a plugin could not be loaded. */ @interface OFLoadPluginFailedException: OFException { OFString *_path, *_Nullable _error; OF_RESERVE_IVARS(OFLoadPluginFailedException, 4) } /** * @brief The path of the plugin which could not be loaded */ @property (readonly, nonatomic) OFString *path; |
︙ |