* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ /** * CredentialsExpiredException is thrown when the user account credentials have expired. * * @author Fabien Potencier */ class CredentialsExpiredException extends AccountStatusException { }