Some checks reported warnings
Cadoles/hydra-sql/pipeline/pr-develop This commit is unstable
10 lines
115 B
PHP
10 lines
115 B
PHP
<?php
|
|
|
|
namespace App\SQLLogin\Exception;
|
|
|
|
use Exception;
|
|
|
|
class InvalidSQLLoginAlgoException extends Exception
|
|
{
|
|
}
|