]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathIsNoDirectoryException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathIsNoDirectoryException.php
index 0eabf4e52e025aaa8d520f1217f24ad136538a52..964a8d46e59bfa99377579c89d059162fd12720e 100644 (file)
@@ -29,7 +29,7 @@ class SavePathIsNoDirectoryException 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 Speicherpfad <u>%s</u> ist ung&uuml;tig (kein Pfad).", $path);