]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_GetterNotFoundException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_GetterNotFoundException.php
index bcc958f558d540ab2db8f2db546e1e4d5fa3f356..6cad1240b5818ec33b4cfbf96860446109339256 100644 (file)
@@ -34,7 +34,7 @@ class GetterNotFoundException extends FrameworkException {
                $dataArray = (array) $dataArray;
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Getter-Methode f&uuml;r Attribut <u>%s</u> nicht gefunden.",
+               $message = sprintf("[%s:%d] Getter-Methode f&uuml;r Attribut <span id=\"exception_reason\">%s</span> nicht gefunden.",
                        $dataArray[0]->__toString(),
                        $this->getLine(),
                        $dataArray[1]