hydra-sql/src/SQLLogin/Exception/InvalidSQLLoginAlgoException.php
rudy bd1b035f1e
Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
ajout de l'updatde hashage selon algo indiqué en ver env, fix typo
2022-12-16 15:00:14 +01:00

10 lines
115 B
PHP

<?php
namespace App\SQLLogin\Exception;
use Exception;
class InvalidSQLLoginAlgoException extends Exception
{
}