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