Version 1
[yaffs-website] / vendor / guzzlehttp / guzzle / src / Exception / TransferException.php
diff --git a/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php b/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
new file mode 100644 (file)
index 0000000..b92071c
--- /dev/null
@@ -0,0 +1,4 @@
+<?php
+namespace GuzzleHttp\Exception;
+
+class TransferException extends \RuntimeException implements GuzzleException {}