Neos\Flow\Tests\Functional\Security\Fixtures\Controller\HttpBasicTestController::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('Failure Method Exception', 42);
    }