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