]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ExceptionNotFoundException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_ExceptionNotFoundException.php
index eed88505a3e491eeb764530a3ff493d1e134a1af..a52370029dcd0ad744c9710c36a4e1e1d5e6b4f6 100644 (file)
@@ -34,7 +34,7 @@ class ExceptionNotFoundException extends FrameworkException {
                $classArray = (array) $classArray;
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Exception <u>%s</u> nicht gefunden.",
+               $message = sprintf("[%s:%d] Exception <span id=\"exception_reason\">%s</span> nicht gefunden.",
                        $classArray[0],
                        $this->getLine(),
                        $classArray[1]