Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / io / class_FilePointerNotOpenedException.php
index 760fca2f96402393e161fbff3e53c0c28be2eb3a..05e9ea2d40727780b667fb79df807b55f88bd9ed 100644 (file)
@@ -31,7 +31,7 @@ class FilePointerNotOpenedException extends FrameworkException {
         */
        public function __construct ($fqfn, $code) {
                // Add a message around the missing class
-               $message = sprintf("Not able to initialize a pointer for the file <u>%s</u>. Maybe the file is missing.", $fqfn);
+               $message = sprintf("Not able to initialize a pointer for the file <span id=\"exception_reason\">%s</span>. Maybe the file is missing.", $fqfn);
 
                // Call parent constructor
                parent::__construct($message, $code);