@@ -26,16 +26,16 @@ + (instancetype)exceptionWithThread: (OFThread *)thread { return [[[self alloc] initWithThread: thread] autorelease]; } -- init +- (instancetype)init { return [self initWithThread: nil]; } -- initWithThread: (OFThread *)thread +- (instancetype)initWithThread: (OFThread *)thread { self = [super init]; _thread = [thread retain];