]> git.mxchange.org Git - hub.git/blobdiff - application/hub/exceptions/tags/class_InvalidTagException.php
Exceptions got moved to 'core' as well
[hub.git] / application / hub / exceptions / tags / class_InvalidTagException.php
index 3efba6a87b05815562dc1adaa824f54c98ad37f6..4549918834a7be7da61587c5671a24f8fae3256f 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2011 Hub Developer Team
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2012 Hub Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -31,7 +31,7 @@ class InvalidTagException extends FrameworkException {
         */
        public function __construct (array $messageArray, $code) {
                // Construct the message
-               $message = sprintf("[%s:%d] Tag <span class=\"exception_reason\">%s</span> is invalid.",
+               $message = sprintf("[%s:%d] Tag %s is invalid.",
                        $messageArray[0]->__toString(),
                        $this->getLine(),
                        $messageArray[1]