16 #import "OFException.h" 18 OF_ASSUME_NONNULL_BEGIN
22 @interface OFActivateSandboxFailedException:
OFException 28 @property (readonly, nonatomic) OFSandbox *sandbox;
29 @property (readonly, nonatomic)
int errNo;
31 + (instancetype)exception OF_UNAVAILABLE;
32 + (instancetype)exceptionWithSandbox: (OFSandbox *)sandbox errNo: (
int)errNo;
33 - (instancetype)init OF_UNAVAILABLE;
34 - (instancetype)initWithSandbox: (OFSandbox *)sandbox
35 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:150