@@ -21,12 +21,12 @@ #import "OFThread.h" #import "OFNotImplementedException.h" @implementation OFThreadStartFailedException -+ exceptionWithClass: (Class)class_ - thread: (OFThread*)thread ++ (instancetype)exceptionWithClass: (Class)class_ + thread: (OFThread*)thread { return [[[self alloc] initWithClass: class_ thread: thread] autorelease]; }