mirror of
https://github.com/ONLYOFFICE/document-server-integration.git
synced 2026-04-07 14:06:11 +08:00
8 lines
97 B
PHP
8 lines
97 B
PHP
<?php
|
|
namespace Firebase\JWT;
|
|
|
|
class BeforeValidException extends \UnexpectedValueException
|
|
{
|
|
|
|
}
|