Files
drmaterac.pl/modules/pshowsso/vendor/lcobucci/jwt/src/Validation/NoConstraintsGiven.php
2025-10-20 14:10:54 +02:00

10 lines
230 B
PHP

<?php
namespace Pshowsso\Scope68f5e85e9608b\Lcobucci\JWT\Validation;
use Pshowsso\Scope68f5e85e9608b\Lcobucci\JWT\Exception;
use RuntimeException;
final class NoConstraintsGiven extends RuntimeException implements Exception
{
}