@@ -13,14 +13,14 @@ * file. */ #include "config.h" -#import "OFConnectionFailedException.h" +#import "OFConnectSocketFailedException.h" #import "OFString.h" -@implementation OFConnectionFailedException +@implementation OFConnectSocketFailedException @synthesize host = _host, port = _port, path = _path, network = _network; @synthesize socket = _socket, errNo = _errNo; + (instancetype)exceptionWithHost: (OFString *)host port: (uint16_t)port