]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/actions/class_InvalidActionException.php
Opps, forgot this.
[core.git] / inc / classes / exceptions / actions / class_InvalidActionException.php
index 63eee545f6ac2ed348b6b5463dfbdd55ec7cf826..dcb79f50a2bb810a8a603a6c6d389e7b55c9fcfe 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * This exception is thrown when a requested action 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, 2010 Core Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2015 Core 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
@@ -29,9 +29,9 @@ class InvalidActionException extends FrameworkException {
         * @param       $code           An optional code for better debugging
         * @return      void
         */
-       public function __construct(array $msgArray, $code) {
+       public function __construct (array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve action <span class=\"exception_reason\">%s (%s)</span>.",
+               $message = sprintf('[%s:%d] Cannot resolve action <span class="exception_reason">%s (%s)</span>.',
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1],