]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_MissingArrayElementsException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_MissingArrayElementsException.php
index 890aa2d2c6e7c5ae229dfca330fba2b85cb89e67..1c9306085181b643220b38c155ce46578462996a 100644 (file)
@@ -44,7 +44,7 @@ class MissingArrayElementsException extends FrameworkException {
                }
 
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Das Array <u>%s()</u> keine Elemente <u>%s</u> auf!",
+               $message = sprintf("[%s:%d] Das Array <u>%s()</u> keine Elemente <span id=\"exception_reason\">%s</span> auf!",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1],