_clientException = $clientException; parent::__construct($message, $code, $clientException); } public function getClientException() { return $this->getPrevious(); } }