@@ -13,15 +13,15 @@ * file. */ #include "config.h" -#import "OFSandboxActivationFailedException.h" +#import "OFActivateSandboxFailedException.h" #import "OFString.h" #import "OFSandbox.h" -@implementation OFSandboxActivationFailedException +@implementation OFActivateSandboxFailedException @synthesize sandbox = _sandbox, errNo = _errNo; + (instancetype)exception { OF_UNRECOGNIZED_SELECTOR