X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_SocketConnectionException.php;fp=inc%2Fclasses%2Fexceptions%2Fsocket%2Fclass_SocketConnectionException.php;h=42adb0cdcf1f7e5db386dde6d290ed294f86141a;hp=0b43efe8ab8c7acee9beab43e46efae53ddd947c;hb=18326a804304728be346a6898b6d489d0359b647;hpb=2cc6e13b4b88fd492f421753bad9b2ad1a413d58 diff --git a/inc/classes/exceptions/socket/class_SocketConnectionException.php b/inc/classes/exceptions/socket/class_SocketConnectionException.php index 0b43efe8..42adb0cd 100644 --- a/inc/classes/exceptions/socket/class_SocketConnectionException.php +++ b/inc/classes/exceptions/socket/class_SocketConnectionException.php @@ -33,7 +33,7 @@ class SocketConnectionException extends AbstractSocketException { */ public function __construct (array $messageData, $code) { // Construct the message - $message = sprintf("[%s:] Could not make a connection, type=%s, errno=%s, errstr=%s", + $message = sprintf('[%s:] Could not make a connection, type=%s, errno=%s, errstr=%s', $messageData[0]->__toString(), gettype($messageData[1]), $messageData[2],