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 --- .../src/Exception/StrategyUnavailableException.php | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php (limited to 'vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php') diff --git a/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php b/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php new file mode 100644 index 000000000..89ecf3523 --- /dev/null +++ b/vendor/php-http/discovery/src/Exception/StrategyUnavailableException.php @@ -0,0 +1,15 @@ + + */ +class StrategyUnavailableException extends \RuntimeException implements Exception +{ +} -- cgit v1.2.3