summaryrefslogtreecommitdiffstats
path: root/Exception/LockedException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Exception/LockedException.php')
-rw-r--r--Exception/LockedException.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/Exception/LockedException.php b/Exception/LockedException.php
deleted file mode 100644
index 3b52ac7..0000000
--- a/Exception/LockedException.php
+++ /dev/null
@@ -1,21 +0,0 @@
-<?php
-
-/*
- * This file is part of the Symfony package.
- *
- * (c) Fabien Potencier <fabien.potencier@symfony-project.com>
- *
- * For the full copyright and license information, please view the LICENSE
- * file that was distributed with this source code.
- */
-
-namespace Symfony\Component\Security\Exception;
-
-/**
- * LockedException is thrown if the user account is locked.
- *
- * @author Fabien Potencier <fabien.potencier@symfony-project.com>
- */
-class LockedException extends AccountStatusException
-{
-}