Submit
Path:
~
/
/
usr
/
local
/
psa
/
admin
/
plib
/
modules
/
grafana
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Key
/
File Content:
FileCouldNotBeRead.php
<?php declare (strict_types=1); namespace PleskGrafana\Lcobucci\JWT\Signer\Key; use InvalidArgumentException; use PleskGrafana\Lcobucci\JWT\Exception; use Throwable; final class FileCouldNotBeRead extends InvalidArgumentException implements Exception { /** @param non-empty-string $path */ public static function onPath(string $path, ?Throwable $cause = null) : self { return new self(message: 'The path "' . $path . '" does not contain a valid key file', previous: $cause); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
FileCouldNotBeRead.php
505 bytes
0644
InMemory.php
2311 bytes
0644
N4ST4R_ID | Naxtarrr