nonFatalExceptions[$exceptionClass])) { $this->exceptions[] = $ex; } } /** * @return \Throwable[] */ public function getExceptions() { return $this->exceptions; } }