@@ -23,13 +23,13 @@ #import "OFNotImplementedException.h" #import "common.h" @implementation OFListenFailedException -+ exceptionWithClass: (Class)class_ - socket: (OFTCPSocket*)socket - backLog: (int)backlog ++ (instancetype)exceptionWithClass: (Class)class_ + socket: (OFTCPSocket*)socket + backLog: (int)backlog { return [[[self alloc] initWithClass: class_ socket: socket backLog: backlog] autorelease]; }