hydra-sql/src/Hydra/Exception/InvalidIssuerException.php
Gauthier DUPONT 3f667eede1
Some checks reported warnings
Cadoles/hydra-sql/pipeline/head This commit is unstable
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
feat(altcha): add altcha validation layer to login
2025-03-31 14:41:03 +02:00

10 lines
169 B
PHP

<?php
namespace App\Hydra\Exception;
use Symfony\Component\HttpFoundation\Exception\BadRequestException;
class InvalidIssuerException extends BadRequestException
{
}