summaryrefslogtreecommitdiffstats
path: root/Exception/CookieTheftException.php
diff options
context:
space:
mode:
Diffstat (limited to 'Exception/CookieTheftException.php')
-rw-r--r--Exception/CookieTheftException.php22
1 files changed, 0 insertions, 22 deletions
diff --git a/Exception/CookieTheftException.php b/Exception/CookieTheftException.php
deleted file mode 100644
index a69ccdf..0000000
--- a/Exception/CookieTheftException.php
+++ /dev/null
@@ -1,22 +0,0 @@
-<?php
-
-namespace Symfony\Component\Security\Exception;
-
-/*
- * 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.
- */
-
-/**
- * This exception is thrown when the RememberMeServices implementation
- * detects that a presented cookie has already been used by someone else.
- *
- * @author Johannes M. Schmitt <schmittjoh@gmail.com>
- */
-class CookieTheftException extends AuthenticationException
-{
-} \ No newline at end of file