log = $log; parent::__construct($message, $code, $previous); } public function getLog(): ?ServerLog { return $this->log; } }