@@ -24,10 +24,15 @@ + (instancetype)exceptionWithSocket: (id)socket { return [[[self alloc] initWithSocket: socket] autorelease]; } + +- init +{ + return [self initWithSocket: nil]; +} - initWithSocket: (id)socket { self = [super init];