Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidControllerException.php
index a3043d7eafecd1b35b72c49e3ccaa52a058c8f22..2249f507d2ca8589bf293f2870c14a619dff0798 100644 (file)
@@ -31,7 +31,7 @@ class InvalidControllerInstanceException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Invalid controller <u>%s</u> detected.",
+               $message = sprintf("[%s:%d] Invalid controller <span id=\"exception_reason\">%s</span> detected.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]