]> git.mxchange.org Git - core.git/blobdiff - framework/main/exceptions/template/class_UnsupportedTemplateEngineException.php
Continued:
[core.git] / framework / main / exceptions / template / class_UnsupportedTemplateEngineException.php
index 3423bc75e9318ed0de3ed8a2cae2a454556d5f26..70dd8441972323b44380f233d7b4dd9607831d5c 100644 (file)
@@ -11,7 +11,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkInterface;
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2020 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()