Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / main / class_InvalidCommandException.php
index d8ec33da0c5b19a09e9c2cc63a6e7f855d512eef..1d53b72c2f7fcb6c4a7eda9a3dad461c5e2593e6 100644 (file)
@@ -31,7 +31,7 @@ class InvalidCommandException 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]