diff options
Diffstat (limited to 'vendor/guzzlehttp/promises/src/CancellationException.php')
-rw-r--r-- | vendor/guzzlehttp/promises/src/CancellationException.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/vendor/guzzlehttp/promises/src/CancellationException.php b/vendor/guzzlehttp/promises/src/CancellationException.php index 56a1ed6..358aaba 100644 --- a/vendor/guzzlehttp/promises/src/CancellationException.php +++ b/vendor/guzzlehttp/promises/src/CancellationException.php @@ -1,10 +1,10 @@ -<?php - -namespace GuzzleHttp\Promise; - -/** - * Exception that is set as the reason for a promise that has been cancelled. - */ -class CancellationException extends RejectionException -{ -} +<?php
+
+namespace GuzzleHttp\Promise;
+
+/**
+ * Exception that is set as the reason for a promise that has been cancelled.
+ */
+class CancellationException extends RejectionException
+{
+}
|