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