summaryrefslogtreecommitdiff
path: root/vendor/php-http/httplug/src/Exception/TransferException.php
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/php-http/httplug/src/Exception/TransferException.php')
-rw-r--r--vendor/php-http/httplug/src/Exception/TransferException.php14
1 files changed, 14 insertions, 0 deletions
diff --git a/vendor/php-http/httplug/src/Exception/TransferException.php b/vendor/php-http/httplug/src/Exception/TransferException.php
new file mode 100644
index 000000000..a858cf5ec
--- /dev/null
+++ b/vendor/php-http/httplug/src/Exception/TransferException.php
@@ -0,0 +1,14 @@
+<?php
+
+namespace Http\Client\Exception;
+
+use Http\Client\Exception;
+
+/**
+ * Base exception for transfer related exceptions.
+ *
+ * @author Márk Sági-Kazár <[email protected]>
+ */
+class TransferException extends \RuntimeException implements Exception
+{
+}