$this
public function setTraceFromThrowable(\Throwable $throwable) : static { $this->traceAsString = $throwable->getTraceAsString(); return $this->setTrace($throwable->getTrace(), $throwable->getFile(), $throwable->getLine()); }