type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / main / class_NoObjectException.php
index 7f3da772598262156d4f6301c996575cb09c63d7..c1696850002f1ed2b7fb0668755960cb8df48341 100644 (file)
@@ -31,7 +31,7 @@ class NoObjectException extends FrameworkException {
         * @param               $code           Code number for the exception
         * @return      void
         */
-       public final function __construct ($string, $code) {
+       public function __construct ($string, $code) {
                // Add a message around the missing class
                $message = sprintf("<u>%s</u> ist kein Objekt!",
                        $string