exception = $exception; parent::__construct($apiProvider, $apiRequest, $apiKernel); } /** * @return \Exception */ public function getException() { return $this->exception; } }