changes for filter and print
This commit is contained in:
@ -12,12 +12,11 @@ use ZipStream\Exception;
|
||||
class FileNotReadableException extends Exception
|
||||
{
|
||||
/**
|
||||
* Constructor of the Exception
|
||||
*
|
||||
* @param String $path - The path which wasn't found
|
||||
* @internal
|
||||
*/
|
||||
public function __construct(string $path)
|
||||
{
|
||||
public function __construct(
|
||||
public readonly string $path
|
||||
) {
|
||||
parent::__construct("The file with the path $path isn't readable.");
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user