type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / main / class_ExceptionNotChangedException.php
index d8123ebe0d46f7f8361e33614a0bf31b4b5df928..af6ae2c9154e9fbbe4d05ac7aee878e7aa8facf2 100644 (file)
@@ -30,7 +30,7 @@ class ExceptionNotChangedException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($class, $code) {
+       public function __construct (BaseFrameworkSystem $class, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Exception(s) wurde(n) nicht geändert.",
                        $class,