Initial commit: CloudOps infrastructure platform
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Mautic\UserBundle\Exception;
|
||||
|
||||
use Symfony\Component\Security\Core\Exception\AuthenticationException;
|
||||
|
||||
class WeakPasswordException extends AuthenticationException
|
||||
{
|
||||
}
|
||||
Reference in New Issue
Block a user