]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/helper/class_UserInstanceMissingException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / helper / class_UserInstanceMissingException.php
index a1095720993705642d7a34d7465e1b93575e5391..ea13f46ad7d71bdb95518a08ce2ddf4744883ee4 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 <u>%s</u> does not include a class with implemented interface <u>ManageableUser</u>.",
+               $message = sprintf("[%s:%d] Registry key <span id=\"exception_reason\">%s</span> does not include a class with implemented interface <u>ManageableUser</u>.",
                        $classArray[0]->__toString(),
                        $this->getLine(),
                        $classArray[1]