@@ -49,12 +49,11 @@ * * @param sandbox The sandbox which could not be activated * @param errNo The errno of the error that occurred * @return A new, autoreleased sandboxing failed exception */ -+ (instancetype)exceptionWithSandbox: (OFSandbox *)sandbox - errNo: (int)errNo; ++ (instancetype)exceptionWithSandbox: (OFSandbox *)sandbox errNo: (int)errNo; - (instancetype)init OF_UNAVAILABLE; /** * @brief Initializes an already allocated sandboxing failed exception.