X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ffilter%2Fclass_InvalidFilterChainException.php;h=3e9ade4d88328386ccd7298aabe0e4592ce02f1c;hb=4b88c118b615335d06bd74e444173d21aef4406c;hp=d5c6f9ae021200c3b9e0850be3e2ef0baadc0544;hpb=84e2207412d3c6ea9f940a83b2cdd4503509808a;p=core.git diff --git a/inc/classes/exceptions/filter/class_InvalidFilterChainException.php b/inc/classes/exceptions/filter/class_InvalidFilterChainException.php index d5c6f9ae..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, 2010 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(),