]> 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 e4e3d8b92c9a4209a9b9311a3894b4fb4dea63a9..8505fdaca354982063d18690c231ce3379300d09 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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()
                );