X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fmain%2Fclass_VariableIsNotSetException.php;h=a0b23fadab82455574e9e207a44ff1ce50aa990a;hb=53bf33122fffeedc46ea50c84cbbdd9e2aabd45d;hp=2bdc493b22c882be9ec6f8797ea930fd444e9219;hpb=f57dd51863ec9baacba447d76b46d5c709b9b02e;p=core.git diff --git a/framework/main/exceptions/main/class_VariableIsNotSetException.php b/framework/main/exceptions/main/class_VariableIsNotSetException.php index 2bdc493b..a0b23fad 100644 --- a/framework/main/exceptions/main/class_VariableIsNotSetException.php +++ b/framework/main/exceptions/main/class_VariableIsNotSetException.php @@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Generic\FrameworkException; * * @author Roland Haeder * @version 0.0.0 - * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2019 Core Developer Team + * @copyright Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2021 Core Developer Team * @license GNU GPL 3.0 or any newer version * @link http://www.shipsimu.org * @deprecated Don't use this anymore @@ -36,7 +36,7 @@ class VariableIsNotSetException extends FrameworkException { * @param $code Code number for the exception * @return void */ - public function __construct (array $array, $code) { + public function __construct (array $array, int $code) { // Add a message around the missing class $message = sprintf('[%s:%d] While the application %s was initialized, a variable %s was not created.', $array[0]->__toString(),