BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
home
/
imagivibe
/
public_html
/
app.imagivibe.com
/
vendor
/
lcobucci
/
jwt
/
src
/
Signer
📤 Upload
📝 New File
📁 New Folder
Close
Editing: CannotSignPayload.php
<?php declare(strict_types=1); namespace Lcobucci\JWT\Signer; use InvalidArgumentException; use Lcobucci\JWT\Exception; final class CannotSignPayload extends InvalidArgumentException implements Exception { public static function errorHappened(string $error): self { return new self('There was an error while creating the signature:' . $error); } }
Save
Cancel