X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ffilter%2Fclass_InvalidFilterChainException.php;h=3e9ade4d88328386ccd7298aabe0e4592ce02f1c;hb=4b88c118b615335d06bd74e444173d21aef4406c;hp=35ca320953705f0584934e85979fc35f68a691a2;hpb=90e103cb445f53c4ebd18c3f43dff51cbf0aae73;p=core.git diff --git a/inc/classes/exceptions/filter/class_InvalidFilterChainException.php b/inc/classes/exceptions/filter/class_InvalidFilterChainException.php index 35ca3209..3e9ade4d 100644 --- a/inc/classes/exceptions/filter/class_InvalidFilterChainException.php +++ b/inc/classes/exceptions/filter/class_InvalidFilterChainException.php @@ -4,7 +4,7 @@ * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org * @@ -29,7 +29,7 @@ class InvalidFilterChainException extends FrameworkException { * @param $code Exception code for better debugging * @return void */ - public function __construct(array $filterArray, $code) { + public function __construct (array $filterArray, $code) { // Construct the message $message = sprintf("[%s:%d] Filter chain %s is not initialized.", $filterArray[0]->__toString(),