Home
last modified time | relevance | path

Searched refs:addErrorLog (Results 1 – 5 of 5) sorted by relevance

/webtrees/app/Services/
H A DEmailService.php74 Log::addErrorLog('Cannot create email ' . $ex->getMessage());
78 Log::addErrorLog('Cannot send email: ' . $ex->getMessage());
/webtrees/app/
H A DLog.php109 public static function addErrorLog(string $message): void function in Fisharebest\\Webtrees\\Log
/webtrees/app/Http/Middleware/
H A DHandleExceptions.php221 Log::addErrorLog($trace);
/webtrees/app/Report/
H A DReportParserGenerate.php2842 Log::addErrorLog(sprintf('Undefined variable $%s in report', $matches[1]));
/webtrees/
H A Dphpstan-baseline.neon1438 …message: '#^Parameter \#1 \$message of static method Fisharebest\\Webtrees\\Log\:\:addErrorLog\(\)…