summaryrefslogtreecommitdiffstats
path: root/Exception
diff options
context:
space:
mode:
Diffstat (limited to 'Exception')
-rw-r--r--Exception/UnsupportedAccountException.php13
1 files changed, 13 insertions, 0 deletions
diff --git a/Exception/UnsupportedAccountException.php b/Exception/UnsupportedAccountException.php
new file mode 100644
index 0000000..841e0b7
--- /dev/null
+++ b/Exception/UnsupportedAccountException.php
@@ -0,0 +1,13 @@
+<?php
+
+namespace Symfony\Component\Security\Exception;
+
+/**
+ * This exception is thrown when an account is reloaded from a provider which
+ * doesn't support the passed implementation of AccountInterface.
+ *
+ * @author Johannes M. Schmitt <schmittjoh@gmail.com>
+ */
+class UnsupportedAccountException extends AuthenticationServiceException
+{
+} \ No newline at end of file