Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 6m48s
8 lines
102 B
PHP
Executable File
8 lines
102 B
PHP
Executable File
<?php
|
|
|
|
namespace Firebase\JWT;
|
|
|
|
class SignatureInvalidException extends \UnexpectedValueException
|
|
{
|
|
}
|