summaryrefslogtreecommitdiffstats
path: root/src/BeforeValidException.php
blob: a6ee2f7c69080d86bfcc1b48d0b60311e789a955 (plain)
1
2
3
4
5
6
7
<?php
namespace Firebase\JWT;

class BeforeValidException extends \UnexpectedValueException
{

}