config = $config; } /** * Handle reCaptcha failure * @param ResponseInterface $response * @return void * @throws AuthenticationException * @SuppressWarnings(PHPMD.UnusedFormalParameter) */ public function execute(ResponseInterface $response = null) { throw new AuthenticationException($this->config->getErrorDescription()); } }