]> git.mxchange.org Git - mailer.git/blobdiff - inc/classes/exceptions/language/class_LanguagePathIsEmptyException.php
type hints added, unnessarry casts removed
[mailer.git] / inc / classes / exceptions / language / class_LanguagePathIsEmptyException.php
index 4e2cbf8283b43a51eea947ebdfada2ede1c8734c..653f4c0e9333b16bf721ceefd7d545e8883abc8c 100644 (file)
@@ -29,7 +29,7 @@ class LanguagePathIsEmptyException 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] Der Sprachen-Basispfad ist leer.",
                        $class->__toString(),