throwables = $throwables; } /** * @return \Throwable[] */ public function getThrowables(): array { return $this->throwables; } }