Exemplo n.º 1
0
 public function __construct(Message $response)
 {
     parent::__construct("Response ID did not match request ID", $response);
 }
Exemplo n.º 2
0
 public function __construct(Message $response)
 {
     parent::__construct("Response with error code {$response->getResponseCode()}", $response);
 }