response = $response; $this->debug = $response->getInfo('debug') ?? ''; parent::__construct($message, $code, $previous); } public function getResponse() : ResponseInterface { return $this->response; } public function getDebug() : string { return $this->debug; } }