16 #import "OFException.h"
18 OF_ASSUME_NONNULL_BEGIN
43 @property (readonly, nonatomic)
int errNo;
45 + (instancetype)exception OF_UNAVAILABLE;
54 + (instancetype)exceptionWithSandbox: (
OFSandbox *)sandbox errNo: (
int)errNo;
56 - (instancetype)init OF_UNAVAILABLE;
65 - (instancetype)initWithSandbox: (
OFSandbox *)sandbox
66 errNo: (
int)errNo OF_DESIGNATED_INITIALIZER;
The base class for all exceptions in ObjFW.
Definition: OFException.h:147
An exception indicating that sandboxing the process failed.
Definition: OFSandboxActivationFailedException.h:30
A class which describes a sandbox for the application.
Definition: OFSandbox.h:39