Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / template / class_BasePathIsNoDirectoryException.php
index ab6b7f058ff1785479c8c89dd247572f673a89c7..f286d2bde4d2ccd407d85652be80148eea5dba4f 100644 (file)
@@ -31,7 +31,7 @@ class BasePathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Der Template-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
+               $message = sprintf("[%s:%d] Der Template-Basispfad <span id=\"exception_reason\">%s</span> existiert nicht oder ist eine Datei!",
                        $class[0]->__toString(),
                        $this->getLine(),
                        $class[1]