summaryrefslogtreecommitdiff
path: root/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/guzzlehttp/guzzle/src/Exception/TransferException.php')
-rw-r--r--vendor/guzzlehttp/guzzle/src/Exception/TransferException.php7
1 files changed, 7 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 000000000..507633608
--- /dev/null
+++ b/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
@@ -0,0 +1,7 @@
+<?php
+
+namespace GuzzleHttp\Exception;
+
+class TransferException extends \RuntimeException implements GuzzleException
+{
+}