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);
    }