]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/exceptions/database/local_file/class_SavePathIsEmptyException.php
code comments including license information added, type hints added, minor rewrites...
[shipsimu.git] / inc / classes / exceptions / database / local_file / class_SavePathIsEmptyException.php
index ddc60e87904e6ac1595bb2ba428ded6de856f4ed..efae626f91d73b6e045b08c9dcaf03db3dd2a8dd 100644 (file)
@@ -29,7 +29,7 @@ class SavePathIsEmptyException 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 Speicherpfad ist leer.",
                        $class->__toString(),