type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / main / class_MissingDecimalsThousandsSeperatorException.php
index c5b28a4bcd782c1087050954172fd3deb69a8209..771bf7b6e77f7097db7d2975973a657b71cb1818 100644 (file)
@@ -29,7 +29,7 @@ class MissingDecimalsThousandsSeperatorException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($instance, $code) {
+       public function __construct ($instance, $code) {
                // Add a message around the missing class
                $message = sprintf("[%s:%d] Die Dezimal- und Tausendertrenner fehlen!",
                        $instance->__toString(),