kollapsminoriteten/wp-content/plugins/google-site-kit/third-party/firebase/php-jwt/src/SignatureInvalidException.php

8 lines
131 B
PHP
Raw Normal View History

2022-12-15 17:34:08 +01:00
<?php
namespace Google\Site_Kit_Dependencies\Firebase\JWT;
class SignatureInvalidException extends \UnexpectedValueException
{
}