]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_DirPointerNotOpenedException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / io / class_DirPointerNotOpenedException.php
index 12b4d2668ae2ed95dd51242d70eb7f5f673a85a9..207eb3c014f02024d7e0dfea003cd3d2c0cade3f 100644 (file)
@@ -31,7 +31,7 @@ class DirPointerNotOpenedException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("F&uuml;r den Pfad <u>%s</u> konnte kein Pointer initialisiert werden.", $path);
+               $message = sprintf("F&uuml;r den Pfad <span id=\"exception_reason\">%s</span> konnte kein Pointer initialisiert werden.", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);