LoggingNotConfiguredException
public function logEventsText() : string { if (!$this->hasLogEventsText()) { throw new LoggingNotConfiguredException(); } return $this->logEventsText; }