コード例 #1
0
 /**
  * Message of fails
  *
  * @return array
  */
 public function errors()
 {
     return $this->response->getErrorCodes();
 }
コード例 #2
0
 /**
  * @param Response $response
  */
 public function __construct(Response $response)
 {
     parent::__construct('ReCaptcha errors: ' . implode(', ', $response->getErrorCodes()));
 }