lucidAuth/include/JWT/BeforeValidException.php

8 lines
97 B
PHP
Raw Normal View History

2019-01-16 10:37:35 +00:00
<?php
namespace Firebase\JWT;
class BeforeValidException extends \UnexpectedValueException
{
}