]> git.mxchange.org Git - core.git/blobdiff - inc/classes/exceptions/helper/class_UserInstanceMissingException.php
No HTML in exceptions
[core.git] / inc / classes / exceptions / helper / class_UserInstanceMissingException.php
index 9c7a797c2eaf6a01cfba315c106301ebc4554aec..a07a0a84571d240f58df84a083ea7256348ab7d5 100644 (file)
@@ -31,7 +31,7 @@ class UserInstanceMissingException extends FrameworkException {
         */
        public function __construct (array $classArray, $code) {
                // Add a message around the missing class
-               $message = sprintf("[%s:%d] Registry key <span class=\"exception_reason\">%s</span> does not include a class with implemented interface <u>Manageable(User|Guest)</u>.",
+               $message = sprintf("[%s:%d] Registry key %s does not include a class with implemented interface <u>Manageable(User|Guest)</u>.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]