exception = $exception; } /** * @return string */ public function getException() { return $this->exception; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(StackTrace::class, 'Google_Service_ToolResults_StackTrace');