summaryrefslogtreecommitdiffstats
path: root/Exception/CredentialsExpiredException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Exception/CredentialsExpiredException.php')
-rw-r--r--Exception/CredentialsExpiredException.php21
1 files changed, 0 insertions, 21 deletions
diff --git a/Exception/CredentialsExpiredException.php b/Exception/CredentialsExpiredException.php
deleted file mode 100644
index 8a90e3e..0000000
--- a/Exception/CredentialsExpiredException.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;
-
-/**
- * CredentialsExpiredException is thrown when the user account credentials have expired.
- *
- * @author Fabien Potencier <fabien.potencier@symfony-project.com>
- */
-class CredentialsExpiredException extends AccountStatusException
-{
-}