PATH:
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; /** * NonceExpiredException is thrown when an authentication is rejected because * the digest nonce has expired. * * @author Fabien Potencier <fabien@symfony.com> * @author Alexander <iam.asm89@gmail.com> */ class NonceExpiredException extends AuthenticationException { /** * {@inheritDoc} */ public function getMessageKey() { return 'Digest nonce has expired.'; } }
[-] TokenNotFoundException.php
[edit]
[-] InsufficientAuthenticationException.php
[edit]
[-] LogoutException.php
[edit]
[-] AuthenticationServiceException.php
[edit]
[-] AccountStatusException.php
[edit]
[-] ProviderNotFoundException.php
[edit]
[-] NonceExpiredException.php
[edit]
[-] AuthenticationCredentialsNotFoundException.php
[edit]
[-] ExceptionInterface.php
[edit]
[-] DisabledException.php
[edit]
[-] CredentialsExpiredException.php
[edit]
[-] BadCredentialsException.php
[edit]
[-] AccessDeniedException.php
[edit]
[-] InvalidCsrfTokenException.php
[edit]
[-] AuthenticationException.php
[edit]
[-] SessionUnavailableException.php
[edit]
[-] InvalidArgumentException.php
[edit]
[-] RuntimeException.php
[edit]
[-] LockedException.php
[edit]
[-] UsernameNotFoundException.php
[edit]
[+]
..
[-] AccountExpiredException.php
[edit]
[-] CookieTheftException.php
[edit]
[-] UnsupportedUserException.php
[edit]