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, 22 insertions, 0 deletions
diff --git a/Exception/CookieTheftException.php b/Exception/CookieTheftException.php
new file mode 100644
index 0000000..a69ccdf
--- /dev/null
+++ b/Exception/CookieTheftException.php
@@ -0,0 +1,22 @@
+<?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