throwable = $throwable; $this->message = $message; $this->data = $data; } public function getThrowable(): Throwable { return $this->throwable; } }