summaryrefslogtreecommitdiff
path: root/vendor/firebase/php-jwt/Exceptions/SignatureInvalidException.php
blob: d12223229f2ad11ae6b953548d6f6d4a89246203 (plain)
1
2
3
4
5
6
<?php

class SignatureInvalidException extends UnexpectedValueException
{

}