?? GreyFile — Mystic File Browser

Current path: home/webdevt/www/demo2/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt/src/



?? Go up: /home/webdevt/www/demo2/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt

?? Viewing: ExpiredException.php

<?php

namespace Google\Site_Kit_Dependencies\Firebase\JWT;

class ExpiredException extends \UnexpectedValueException implements \Google\Site_Kit_Dependencies\Firebase\JWT\JWTExceptionWithPayloadInterface
{
    private object $payload;
    public function setPayload(object $payload) : void
    {
        $this->payload = $payload;
    }
    public function getPayload() : object
    {
        return $this->payload;
    }
}


??

??