summaryrefslogtreecommitdiff
path: root/bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php
diff options
context:
space:
mode:
Diffstat (limited to 'bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php')
-rw-r--r--bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php b/bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php
new file mode 100644
index 00000000..cb360b80
--- /dev/null
+++ b/bin/reevotech/vendor/guzzlehttp/promises/src/CancellationException.php
@@ -0,0 +1,9 @@
+<?php
+namespace GuzzleHttp\Promise;
+
+/**
+ * Exception that is set as the reason for a promise that has been cancelled.
+ */
+class CancellationException extends RejectionException
+{
+}