innerException; } public function __construct($httpCode, \Exception $innerException) { parent::__construct('Dropbox requested to retry the request'); $this->innerException = $innerException; } }