@@ -13,14 +13,14 @@ * file. */ #include "config.h" -#import "OFBindFailedException.h" +#import "OFBindSocketFailedException.h" #import "OFString.h" -@implementation OFBindFailedException +@implementation OFBindSocketFailedException @synthesize host = _host, port = _port, packetType = _packetType, path = _path; @synthesize socket = _socket, errNo = _errNo; + (instancetype)exception {