]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/connection/class_InvalidConnectionTypeException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / connection / class_InvalidConnectionTypeException.php
index 1c508bd9eee2ea5b84a9d66fc7f625627f812eed..325a48eaeb260684faa5d3703141f81772baeb6f 100644 (file)
@@ -31,7 +31,7 @@ class InvalidConnectionTypeException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Connection type %s is invalid.",
+               $message = sprintf('[%s:%d] Connection type %s is invalid.',
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]