]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_InvalidCommandInstanceException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / main / class_InvalidCommandInstanceException.php
index b6a40292200f801919f2276aba6b1f8a8b170e1e..8b1aa4517d9a63b7800cfc39a6b570947299d4b9 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 <span class=\"exception_reason\">%s</span> detected.",
+               $message = sprintf("[%s:%d] Invalid command %s detected.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]