summaryrefslogtreecommitdiff
path: root/framework/Web/Security/TMembershipPasswordException.php
diff options
context:
space:
mode:
Diffstat (limited to 'framework/Web/Security/TMembershipPasswordException.php')
-rw-r--r--framework/Web/Security/TMembershipPasswordException.php17
1 files changed, 17 insertions, 0 deletions
diff --git a/framework/Web/Security/TMembershipPasswordException.php b/framework/Web/Security/TMembershipPasswordException.php
new file mode 100644
index 00000000..faf0c599
--- /dev/null
+++ b/framework/Web/Security/TMembershipPasswordException.php
@@ -0,0 +1,17 @@
+<?php
+/**
+ * TMembershipPasswordException class.
+ * The exception that is thrown when a user is not successfully created by a membership provider.
+ *
+ * @author Jason Ragsdale <jrags@jasrags.net>
+ * @version $Id: TMembershipPasswordException.php 1398 2006-09-08 19:31:03Z xue $
+ * @package System.Configuration.Provider
+ * @since 3.1
+ */
+
+Prado::using('System.Exceptions.TException');
+class TMembershipPasswordException extends TException
+{
+
+}
+?> \ No newline at end of file