/usr/share/cagefs-skeleton/opt/alt/php54/usr/share/pear/Symfony/Component/Security/Core/Exception
<?php /* * This file is part of the Symfony package. * * (c) Fabien Potencier <fabien@symfony.com> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\Security\Core\Exception; /** * CredentialsExpiredException is thrown when the user account credentials have expired. * * @author Fabien Potencier <fabien@symfony.com> * @author Alexander <iam.asm89@gmail.com> */ class CredentialsExpiredException extends AccountStatusException { /** * {@inheritDoc} */ public function getMessageKey() { return 'Credentials have expired.'; } }
.
Edit
..
Edit
AccessDeniedException.php
Edit
AccountExpiredException.php
Edit
AccountStatusException.php
Edit
AuthenticationCredentialsNotFoundException.php
Edit
AuthenticationException.php
Edit
AuthenticationServiceException.php
Edit
BadCredentialsException.php
Edit
CookieTheftException.php
Edit
CredentialsExpiredException.php
Edit
DisabledException.php
Edit
ExceptionInterface.php
Edit
InsufficientAuthenticationException.php
Edit
InvalidArgumentException.php
Edit
InvalidCsrfTokenException.php
Edit
LockedException.php
Edit
LogoutException.php
Edit
NonceExpiredException.php
Edit
ProviderNotFoundException.php
Edit
RuntimeException.php
Edit
SessionUnavailableException.php
Edit
TokenNotFoundException.php
Edit
UnsupportedUserException.php
Edit
UsernameNotFoundException.php
Edit