exception = $throwable; } /** * @return \Throwable */ public function getCrashInformation() : \Throwable{ return $this->exception; } }