]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathWriteProtectedException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathWriteProtectedException.php
index 0e7ca79c94a344a7113b652f8964e9cff7841fd3..4ad27906b454d61038d1513787e39f30740e5caf 100644 (file)
@@ -29,7 +29,7 @@ class SavePathWriteProtectedException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
         * @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 schreibgesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);
 
                // Add a message around the missing class
                $message = sprintf("Der angegebene Speicherpfad <u>%s</u> ist schreibgesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) entsprechend setzen.", $path);