]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/controller/class_InvalidControllerException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / controller / class_InvalidControllerException.php
index f2216962f59ab4b3676ee79bf582e15aafba5147..4aa54c8e07bdf6266e3695a17ded61e547a36ee0 100644 (file)
@@ -31,7 +31,7 @@ class InvalidControllerException extends FrameworkException {
         */
        public function __construct(array $msgArray, $code) {
                // Prepare the message
-               $message = sprintf("[%s:%d] Cannot resolve controller <u>%s</u>.",
+               $message = sprintf("[%s:%d] Cannot resolve controller <span id=\"exception_reason\">%s</span>.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]