mirror of
https://github.com/espocrm/espocrm.git
synced 2026-06-28 06:56:05 +00:00
fix
This commit is contained in:
@@ -97,13 +97,12 @@ class ErrorOutput
|
||||
$this->processInternal($request, $response, $exception, $route, true);
|
||||
}
|
||||
|
||||
public function processInternal(
|
||||
private function processInternal(
|
||||
Request $request,
|
||||
Response $response,
|
||||
Throwable $exception,
|
||||
?string $route = null,
|
||||
bool $toPrintBody = false
|
||||
|
||||
): void {
|
||||
|
||||
$message = $exception->getMessage() ?? '';
|
||||
|
||||
Reference in New Issue
Block a user