From cdd7ad020e165fe680703b6d3319b908b682fb7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 17:12:29 +0300 Subject: jaeger-client -> opentelemetry --- .../http-client/src/ClientExceptionInterface.php | 10 +++++++++ vendor/psr/http-client/src/ClientInterface.php | 20 ++++++++++++++++++ .../http-client/src/NetworkExceptionInterface.php | 24 ++++++++++++++++++++++ .../http-client/src/RequestExceptionInterface.php | 24 ++++++++++++++++++++++ 4 files changed, 78 insertions(+) create mode 100644 vendor/psr/http-client/src/ClientExceptionInterface.php create mode 100644 vendor/psr/http-client/src/ClientInterface.php create mode 100644 vendor/psr/http-client/src/NetworkExceptionInterface.php create mode 100644 vendor/psr/http-client/src/RequestExceptionInterface.php (limited to 'vendor/psr/http-client/src') diff --git a/vendor/psr/http-client/src/ClientExceptionInterface.php b/vendor/psr/http-client/src/ClientExceptionInterface.php new file mode 100644 index 000000000..aa0b9cf14 --- /dev/null +++ b/vendor/psr/http-client/src/ClientExceptionInterface.php @@ -0,0 +1,10 @@ +