diff options
Diffstat (limited to '')
-rw-r--r-- | vendor/guzzlehttp/guzzle/src/Exception/TransferException.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php b/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php new file mode 100644 index 0000000..7c11db3 --- /dev/null +++ b/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php @@ -0,0 +1,6 @@ +<?php +namespace GuzzleHttp\Exception; + +class TransferException extends \RuntimeException implements GuzzleException +{ +} |