function MessageFormatterInterface::format
Returns a formatted message string.
Parameters
RequestInterface $request Request that was sent:
ResponseInterface|null $response Response that was received:
\Throwable|null $error Exception that was received:
1 method overrides MessageFormatterInterface::format()
- MessageFormatter::format in vendor/
guzzlehttp/ guzzle/ src/ MessageFormatter.php - Returns a formatted message string.
File
-
vendor/
guzzlehttp/ guzzle/ src/ MessageFormatterInterface.php, line 17
Class
Namespace
GuzzleHttpCode
public function format(RequestInterface $request, ?ResponseInterface $response = null, ?\Throwable $error = null) : string;