]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/user/class_UserEmailMissingException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / user / class_UserEmailMissingException.php
index 3c816e96fe4fa9e5a6b4dd4526ec60b5ae7ea867..55a094038c5105f85cc443710240b1cb2a265046 100644 (file)
@@ -31,7 +31,7 @@ class UserEmailMissingException extends FrameworkException {
         */
        public function __construct(array $msgArray, $code = 0) {
                // Create the message
-               $message = sprintf("[%s:%d] User email <u>%s</u> was not found.",
+               $message = sprintf("[%s:%d] User email <span id=\"exception_reason\">%s</span> was not found.",
                        $msgArray[0]->__toString(),
                        $this->getLine(),
                        $msgArray[1]