Example #1
0
 public function __construct(Response $response)
 {
     parent::__construct('Error "' . $response->getFieldValue('Message') . '"');
     $this->response = $response;
 }