/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; /** * AuthenticationCredentialsNotFoundException is thrown when an authentication is rejected * because no Token is available. * * @author Fabien Potencier <fabien@symfony.com> * @author Alexander <iam.asm89@gmail.com> */ class AuthenticationCredentialsNotFoundException extends AuthenticationException { /** * {@inheritDoc} */ public function getMessageKey() { return 'Authentication credentials could not be found.'; } }
.
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