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

class SignatureInvalidException extends \UnexpectedValueException
{

}