code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / template / class_BasePathIsNoDirectoryException.php
index 6d32301240d657d9f89d773cc1ab51dd4e96444b..271b447836bbf16a47ebb8aa71695d988e131ece 100644 (file)
@@ -29,7 +29,7 @@ class BasePathIsNoDirectoryException 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 Template-Basispfad <u>%s</u> existiert nicht oder ist eine Datei!",
                        $class[0]->__toString(),