code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / io / class_PathIsNoDirectoryException.php
index 6b0a531105edd268d173c7ff3d9317208cb1b611..2ff79ba9341cee2d54a891fe5c62891e98f9b4a2 100644 (file)
@@ -29,7 +29,7 @@ class PathIsNoDirectoryException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($path, $code) {
+       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);