<?php
/**
 * TMembershipCreateUserException 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: TMembershipCreateUserException.php 1398 2006-09-08 19:31:03Z xue $
 * @package System.Configuration.Provider
 * @since 3.1
 */

Prado::using('System.Exceptions.TException');
class TMembershipCreateUserException extends TException 
{
	
}
?>