]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/main/class_NoClassException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / main / class_NoClassException.php
index 9738527a99043fb051c63834ec8b41c484771bec..fcb791b2827456f8c7f92faeb1ec8d6897763090 100644 (file)
@@ -31,7 +31,7 @@ class NoClassException extends FrameworkException {
         */
        public function __construct (array $msgArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Internal class <span class=\"exception_reason\">%s</span> not found.",
+               $message = sprintf("[%s:%d] Class %s not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]