mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-19 06:18:15 -04:00
8 lines
102 B
PHP
8 lines
102 B
PHP
<?php
|
|
namespace Firebase\JWT;
|
|
|
|
class SignatureInvalidException extends \UnexpectedValueException
|
|
{
|
|
|
|
}
|