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.php6
1 files changed, 0 insertions, 6 deletions
diff --git a/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php b/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
deleted file mode 100644
index 7c11db3..0000000
--- a/vendor/guzzlehttp/guzzle/src/Exception/TransferException.php
+++ /dev/null
@@ -1,6 +0,0 @@
-<?php
-namespace GuzzleHttp\Exception;
-
-class TransferException extends \RuntimeException implements GuzzleException
-{
-}