Neos\Flow\Tests\Functional\Security\Fixtures\Controller\AuthenticationController::onAuthenticationFailure PHP Метод

onAuthenticationFailure() публичный Метод

public onAuthenticationFailure ( AuthenticationRequiredException $exception = null )
$exception Neos\Flow\Security\Exception\AuthenticationRequiredException
    public function onAuthenticationFailure(AuthenticationRequiredException $exception = null)
    {
        throw new FlowException('Failure Method Exception', 42);
    }