/
home
/
techb158
/
dev.balacoffee.com
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
/
Key
/
/home/techb158/dev.balacoffee.com/vendor/lcobucci/jwt/src/Signer/Key
mkdir
upload
Name
Size
Mode
Actions
FileCouldNotBeRead.php
467
0644
edit
dl
rm
InMemory.php
1681
0644
edit
dl
rm
LocalFileReference.php
1229
0644
edit
dl
rm
Edit:
/home/techb158/dev.balacoffee.com/vendor/lcobucci/jwt/src/Signer/Key/FileCouldNotBeRead.php
(467B)
<?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
cmd:
run