@@ -25,10 +25,15 @@ + (instancetype)exceptionWithThread: (OFThread *)thread { return [[[self alloc] initWithThread: thread] autorelease]; } + +- init +{ + return [self initWithThread: nil]; +} - initWithThread: (OFThread *)thread { self = [super init];