mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-28 18:53:49 -04:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
namespace Firebase\JWT;
|
|
|
|
class BeforeValidException extends \UnexpectedValueException
|
|
{
|
|
|
|
}
|