]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/template/class_InvalidBasePathStringException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / template / class_InvalidBasePathStringException.php
index 729aca9a4cbdfb01b5a85930cda0b6f60b464134..9a2dbcf532c50b207f32dca908b6583fc3950ded 100644 (file)
@@ -2,11 +2,11 @@
 /**
  * An exception thrown hen the base path string is invalid
  *
- * @author             Roland Haeder <webmaster@mxchange.org>
- * @version            0.3.0
+ * @author             Roland Haeder <webmaster@ship-simu.org>
+ * @version            0.0.0
  * @copyright  Copyright(c) 2007, 2008 Roland Haeder, this is free software
  * @license            GNU GPL 3.0 or any newer version
- * @link               http://www.mxchange.org
+ * @link               http://www.ship-simu.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
@@ -31,7 +31,7 @@ class InvalidBasePathStringException extends FrameworkException {
         */
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] <u>%s</u> ist keine Zeichenkette!",
+               $message = sprintf("[%s:%d] <span id=\"exception_reason\">%s</span> ist keine Zeichenkette!",
                        $class[0]->__toString(),
                        $this->getLine(),
                        $class[1]