]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_FileIsMissingException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / io / class_FileIsMissingException.php
index a319a71ce918874c8ba58b412afac300203aa7dc..61fa308984fed8db53273865d0d8d4cf0d8a7223 100644 (file)
@@ -31,7 +31,7 @@ class FileIsMissingException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("The requested file <u>%s</u> is missing.", $fqfn);
+               $message = sprintf("The requested file <span id=\"exception_reason\">%s</span> is missing.", $fqfn);
 
                // Call parent constructor
                parent::__construct($message, $code);