X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Ftemplate%2Fclass_UnsupportedTemplateEngineException.php;h=b6cd2ba9c5e62dbae5e7d787da5818cbcb0e2f20;hp=cfc405536b7bfcff35b4a16bd89b9168cd6f2720;hb=refs%2Fheads%2Fmaster;hpb=a60894f1d6ef33613d2d0351075aa07aa257f304 diff --git a/framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php b/framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php index cfc40553..70dd8441 100644 --- a/framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php +++ b/framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php @@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkInterface; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2017 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2023 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @@ -36,7 +36,7 @@ class UnsupportedTemplateEngineException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public function __construct (FrameworkInterface $class, $code) { + public function __construct (FrameworkInterface $class, int $code) { // Add a message around the missing class $message = sprintf('Template-Engine %s not (yet) supported.', $class->__toString()