]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/tasks/class_InvalidTaskException.php
Updated copyright year as this software has been changed in this year.
[hub.git] / application / hub / exceptions / tasks / class_InvalidTaskException.php
index 41ddc0c2b30a509843b1e88c9ba4678f532dda87..d43d69d65e49a1ce37ee4b665db0352614daee7a 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a task is invalid
  *
- * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.ship-simu.org
+ * @link               http://www.shipsimu.org
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -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()
                );