X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ffilter%2Fclass_FilterChainException.php;h=e9546dd430a927e50e7b772041e19832672b1426;hb=66e68715d3d5a5e7fd5a3046471914ef3f9dd4b4;hp=41a44f1a66b54d1796902b4144b503dfa416aebb;hpb=0cd57c3885f00ad77fc599e53ed2f2d5e7ac267f;p=core.git diff --git a/inc/classes/exceptions/filter/class_FilterChainException.php b/inc/classes/exceptions/filter/class_FilterChainException.php index 41a44f1a..e9546dd4 100644 --- a/inc/classes/exceptions/filter/class_FilterChainException.php +++ b/inc/classes/exceptions/filter/class_FilterChainException.php @@ -2,11 +2,11 @@ /** * An exception thrown in a filter chain to stop processing further filters * - * @author Roland Haeder + * @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 - 2012 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 FilterChainException extends FrameworkException { * @param $code Exception code for better debugging * @return void */ - public function __construct(Filterable $filterInstance, $code) { + public function __construct (Filterable $filterInstance, $code) { // Construct the message - $message = sprintf("[%s:%d] Filter chain interruppted by fatal error in filter.", + $message = sprintf('[%s:%d] Filter chain interruppted by fatal error in filter.', $filterInstance->__toString(), $this->getLine() );