]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/io/class_PathIsNoDirectoryException.php
Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / io / class_PathIsNoDirectoryException.php
index 2cedc57b14a60f38a8a4f6b46155838a05887288..f6108934d633130f958f7cb4766b8a9e093666ca 100644 (file)
@@ -31,7 +31,7 @@ class PathIsNoDirectoryException extends FrameworkException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der angegebene Pfad <u>%s</u> ist ung&uuml;tig (kein Pfad).", $path);
+               $message = sprintf("Der angegebene Pfad <span id=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);