Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Key
Location:
/home/zoteqbgb/public_html/vendor/lcobucci/jwt/src/Signer/Key
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: FileCouldNotBeRead.php
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer\Key; use InvalidArgumentException; use 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 ); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
FileCouldNotBeRead.php
467 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
InMemory.php
1,681 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
LocalFileReference.php
1,229 bytes
0644
2021-09-29 00:18
âï¸
ðï¸
Rename
Chang
Apply