type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / io / class_DirPointerNotOpenedException.php
index 5c415e16779f0049069aeffaa31928f98e6130ed..060b01709529dab432c17049bf30382f08b8f43e 100644 (file)
@@ -29,7 +29,7 @@ class DirPointerNotOpenedException 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("F&uuml;r den Pfad <u>%s</u> konnte kein Pointer initialisiert werden.", $path);