Exceptions now with not so much underlines
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathIsNoDirectoryException.php
index a3be62a189227c7e8e31e590c648a68fa128b612..4701a95c8d14facffacd95b9f11463030a2cbd77 100644 (file)
@@ -31,7 +31,7 @@ class SavePathIsNoDirectoryException extends DatabaseException {
         */
        public function __construct ($path, $code) {
                // Add a message around the missing class
-               $message = sprintf("Der angegebene Speicherpfad <u>%s</u> ist ung&uuml;tig (kein Pfad).", $path);
+               $message = sprintf("Der angegebene Speicherpfad <span id=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);