X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Factions%2Fclass_InvalidActionException.php;h=1712b700bde2b22f7bd843c6358b5966248d900c;hb=607a11e2c22949ea0647568c17d62a605595e83b;hp=63eee545f6ac2ed348b6b5463dfbdd55ec7cf826;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/exceptions/actions/class_InvalidActionException.php b/inc/classes/exceptions/actions/class_InvalidActionException.php index 63eee545..1712b700 100644 --- a/inc/classes/exceptions/actions/class_InvalidActionException.php +++ b/inc/classes/exceptions/actions/class_InvalidActionException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009, 2010 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,7 +29,7 @@ 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 %s (%s).", $msgArray[0]->__toString(),