getErrorInfo(); } parent::__construct($error_info, $lastException->getMessage(), $lastException->getCode(), $lastException); $this->lastRequest = $lastRequest; $this->lastException = $lastException; } public function getLastRequest() { return $this->lastRequest; } public function getLastException() { return $this->lastException; } }