type hints added, unnessarry casts removed
[mailer.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);