This commit is contained in:
Marcel Pociot
2020-06-05 21:20:38 +02:00
parent 8dc5bb96e0
commit 9bd89b8929
2 changed files with 1 additions and 1 deletions

View File

@@ -219,7 +219,7 @@ class LoggedRequest implements \JsonSerializable
{ {
try { try {
return (new CurlFormatter())->format(parse_request($this->rawRequest)); return (new CurlFormatter())->format(parse_request($this->rawRequest));
} catch (\Exception $e) { } catch (\Throwable $e) {
return ''; return '';
} }
} }

Binary file not shown.