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

class BeforeValidException extends UnexpectedValueException
{

}