]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/main/class_ClassNotFoundException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_ClassNotFoundException.php
index 5f037fe4353d93233b31b19afc441bf3f423510a..3c9511c6bccf4f9cb064a7cd314e3b7b55a11901 100644 (file)
@@ -31,7 +31,7 @@ class ClassNotFoundException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Internal class <u>%s</u> not found.",
+               $message = sprintf("[%s:%d] Internal class <span id=\"exception_reason\">%s</span> not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]