@@ -13,14 +13,14 @@ * file. */ #include "config.h" -#import "OFListenFailedException.h" +#import "OFListenOnSocketFailedException.h" #import "OFString.h" -@implementation OFListenFailedException +@implementation OFListenOnSocketFailedException @synthesize socket = _socket, backlog = _backlog, errNo = _errNo; + (instancetype)exception { OF_UNRECOGNIZED_SELECTOR