X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_InvalidTemplateVariableNameException.php;fp=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_InvalidTemplateVariableNameException.php;h=43a5ec66d0e32595bd2386bf04210e47e2fdbf8a;hb=cc6ac14e62a0ba455caffae6870f6264141b0819;hp=3f92b37ec8bfac5d0517a63acb2289239f3e6d4d;hpb=fd7a507aa8449a1d3c70a76b2e333a738bac7fb1;p=shipsimu.git diff --git a/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php b/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php index 3f92b37..43a5ec6 100644 --- a/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php +++ b/inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php @@ -7,6 +7,7 @@ * @copyright Copyright(c) 2007, 2008 Roland Haeder, this is free software * @license GNU GPL 3.0 or any newer version * @link http://www.ship-simu.org + * @deprecated * * 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 @@ -26,7 +27,7 @@ class InvalidTemplateVariableNameException extends FrameworkException { * The constructor * * @param $classArray An array holding our informations - * @param $code Code number for the exception + * @param $code Code number for the exception * @return void */ public function __construct (array $classArray, $code) {