]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/resolver/class_NoValidHostnameException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / resolver / class_NoValidHostnameException.php
index 2eeb24cacc4d8e51fa29a05e8d2dbfacbbf934b2..5dd3873bc5abfbf9d19e97b07c98bf913cc1ab19 100644 (file)
@@ -31,7 +31,7 @@ class NoValidHostnameException extends FrameworkException {
         */
        public function __construct (array $hostName, $code) {
                // Construct the message
-               $message = sprintf("Hostname %s cannot be resolved. Port=%d",
+               $message = sprintf('Hostname %s cannot be resolved. Port=%d',
                        $hostName[0],
                        $hostName[1]
                );