You are here

SignatureInvalidException.php in Auth0 Single Sign On 8.2

Namespace

Firebase\JWT

File

vendor/firebase/php-jwt/src/SignatureInvalidException.php
View source
<?php

namespace Firebase\JWT;

class SignatureInvalidException extends \UnexpectedValueException {

}

Classes