10 lines
230 B
PHP
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
|
|
{
|
|
}
|