X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_BasePathIsEmptyException.php;fp=inc%2Fclasses%2Fexceptions%2Ftemplate%2Fclass_BasePathIsEmptyException.php;h=e155afe735563beb2037a1fa26867216ff2f62e7;hb=2a157996efd680b87b0a84cc95b91619ea6e81d9;hp=ed59ac5d7e7db19c53feea9d7a6c8ff361d2afff;hpb=a76d51b4096b47436e269156547f02713d95af5b;p=shipsimu.git diff --git a/inc/classes/exceptions/template/class_BasePathIsEmptyException.php b/inc/classes/exceptions/template/class_BasePathIsEmptyException.php index ed59ac5..e155afe 100644 --- a/inc/classes/exceptions/template/class_BasePathIsEmptyException.php +++ b/inc/classes/exceptions/template/class_BasePathIsEmptyException.php @@ -1,6 +1,6 @@ * @version 0.3.0 @@ -29,7 +29,7 @@ class BasePathIsEmptyException 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 ist leer.", $class->__toString(),