SignatureInvalidException.php 101 Bytes
<?php
namespace Firebase\JWT;

class SignatureInvalidException extends \UnexpectedValueException
{
}