]> git.mxchange.org Git - hub.git/blobdiff - inc/classes/exceptions/io/class_PathIsNoDirectoryException.php
Code merged from ship-simu repository
[hub.git] / inc / classes / exceptions / io / class_PathIsNoDirectoryException.php
index 51222ebc458143921abb1821673969e112cfb119..7f908b108596fe0c7a0baf945ad29efe29f6a244 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 <span id=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
+               $message = sprintf("Der angegebene Pfad <span class=\"exception_reason\">%s</span> ist ung&uuml;tig (kein Pfad).", $path);
 
                // Call parent constructor
                parent::__construct($message, $code);