X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=framework%2Fmain%2Fexceptions%2Ffile_directory%2Fclass_PathReadProtectedException.php;h=be7d828d0065ff33beb6e5e0c7d6fec6a07ad3de;hb=refs%2Fheads%2Fmaster;hp=b15a5fc364f02e790ec9491aedee5ad7e1c08ef7;hpb=4f9cf34b521892cb99fae9b21b92787f3d555b74;p=core.git diff --git a/framework/main/exceptions/file_directory/class_PathReadProtectedException.php b/framework/main/exceptions/file_directory/class_PathReadProtectedException.php index b15a5fc3..9a622479 100644 --- a/framework/main/exceptions/file_directory/class_PathReadProtectedException.php +++ b/framework/main/exceptions/file_directory/class_PathReadProtectedException.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 - 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 Don't use this anymore @@ -36,7 +36,7 @@ class PathReadProtectedException extends FrameworkException { * @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('The path %s appears to be read-protected. Please fix your CHMOD rights.', $path);