Neos\Flow\Tests\Functional\Security\Fixtures\Controller\UsernamePasswordTestController::onAuthenticationFailure PHP Method

onAuthenticationFailure() public method

public onAuthenticationFailure ( AuthenticationRequiredException $exception = null )
$exception Neos\Flow\Security\Exception\AuthenticationRequiredException
    public function onAuthenticationFailure(AuthenticationRequiredException $exception = null)
    {
        throw new FlowException('UsernamePasswordTestController failure!', 27);
    }