From 0c8af4992cb0f7589dcafaad65ada12753c64594 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Wed, 23 Nov 2022 21:14:33 +0300 Subject: initial --- .../http-client/src/RequestExceptionInterface.php | 24 ++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 vendor/psr/http-client/src/RequestExceptionInterface.php (limited to 'vendor/psr/http-client/src/RequestExceptionInterface.php') diff --git a/vendor/psr/http-client/src/RequestExceptionInterface.php b/vendor/psr/http-client/src/RequestExceptionInterface.php new file mode 100644 index 0000000..b17fc34 --- /dev/null +++ b/vendor/psr/http-client/src/RequestExceptionInterface.php @@ -0,0 +1,24 @@ +