type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / io / class_PathReadProtectedException.php
index 530f16fa9f4de66043ff277f04ae19fe7ea13fdc..70ea7c0199e0239931d7d75b26cdc96fbf1e5dec 100644 (file)
@@ -29,7 +29,7 @@ class PathReadProtectedException 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 Pfad <u>%s</u> ist lese-gesch&uuml;tzt. Bitte Zugriffsrechte (CHMOD) zum Lesen setzen.", $path);