mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-04-24 10:48:27 +00:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
namespace Firebase\JWT;
|
|
|
|
class BeforeValidException extends \UnexpectedValueException
|
|
{
|
|
|
|
}
|