X-Git-Url: https://git.mxchange.org/?p=core.git;a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Fdatabase%2Flocal_file%2Fclass_SavePathWriteProtectedException.php;h=7d2170638fe18b3119fde64042c50c8052f9f1af;hp=439b33529f98477e567f6e847e45eb85d8635548;hb=refs%2Fheads%2Fmaster;hpb=a60894f1d6ef33613d2d0351075aa07aa257f304 diff --git a/framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php b/framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php index 439b3352..207b555e 100644 --- a/framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php +++ b/framework/main/exceptions/database/local_file/class_SavePathWriteProtectedException.php @@ -10,7 +10,7 @@ use Org\Mxchange\CoreFramework\Database\DatabaseException; * * @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 * @deprecated Please don't use this @@ -36,7 +36,7 @@ class SavePathWriteProtectedException extends DatabaseException { * @param $code Code number for the exception * @return void */ - public function __construct ($path, $code) { + public function __construct (string $path, int $code) { // Add a message around the missing class $message = sprintf('Save path %s is write-protected. Please fix your file permissions.', $path);