code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / language / class_LanguagePathIsNoDirectoryException.php
index 1f0f53dae0ddd992d7481db2f0e4abc5f3f9ea89..6a672af7aaf14847d574ea62a8abf529d4f183a6 100644 (file)
@@ -29,7 +29,7 @@ class LanguagePathIsNoDirectoryException 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 Sprach-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
                        $class[0]->__toString(),