22 OF_ASSUME_NONNULL_BEGIN
26 @interface OFActivateSandboxFailedException:
OFException 32 @property (readonly, nonatomic) OFSandbox *sandbox;
33 @property (readonly, nonatomic)
int errNo;
35 + (instancetype)exception OF_UNAVAILABLE;
36 + (instancetype)exceptionWithSandbox: (OFSandbox *)sandbox errNo: (
int)errNo;
37 - (instancetype)init OF_UNAVAILABLE;
38 - (instancetype)initWithSandbox: (OFSandbox *)sandbox
39 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:156