]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/tasks/class_InvalidTaskException.php
Added exceptions + some code:
[hub.git] / application / hub / exceptions / tasks / class_InvalidTaskException.php
index 41ddc0c2b30a509843b1e88c9ba4678f532dda87..8505fdaca354982063d18690c231ce3379300d09 100644 (file)
@@ -31,7 +31,7 @@ class InvalidTaskException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Current task is invalid which should not happen.",
+               $message = sprintf('[%s:%d] Current task is invalid which should not happen.',
                        $messageArray[0]->__toString(),
                        $this->getLine()
                );