Spookie/src/Exception/UserNotVerifiedException.php

11 lines
190 B
PHP

<?php
namespace App\Exception;
use Symfony\Component\Security\Core\Exception\AuthenticationException;
class UserNotVerifiedException extends AuthenticationException
{
// empty body
}