]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/template/class_InvalidTemplateVariableNameException.php
Registration form and form helper completed, XHTML markup errors fixed
[shipsimu.git] / inc / classes / exceptions / template / class_InvalidTemplateVariableNameException.php
index 3f92b37ec8bfac5d0517a63acb2289239f3e6d4d..43a5ec66d0e32595bd2386bf04210e47e2fdbf8a 100644 (file)
@@ -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) {