Submit
Path:
~
/
/
proc
/
thread-self
/
root
/
opt
/
psa
/
admin
/
plib
/
modules
/
wp-toolkit
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Key
/
File Content:
FileCouldNotBeRead.php
<?php declare (strict_types=1); namespace WPToolkitDependenciesIsolationPrefix\Lcobucci\JWT\Signer\Key; use InvalidArgumentException; use WPToolkitDependenciesIsolationPrefix\Lcobucci\JWT\Exception; use Throwable; final class FileCouldNotBeRead extends InvalidArgumentException implements Exception { public static function onPath(string $path, ?Throwable $cause = null) : self { return new self('The path "' . $path . '" does not contain a valid key file', 0, $cause); } }
Edit
Rename
Chmod
Delete
FILE
FOLDER
INFO
Name
Size
Permission
Action
FileCouldNotBeRead.php
496 bytes
0644
InMemory.php
1786 bytes
0644
LocalFileReference.php
1289 bytes
0644
N4ST4R_ID | Naxtarrr