Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/lookup-server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMaxence Lange <maxence@artificial-owl.com>2022-09-05 16:04:23 +0300
committerGitHub <noreply@github.com>2022-09-05 16:04:23 +0300
commit95aaf59c941018e27a4fed2fef7689ea9b97c508 (patch)
tree4c97ba91526c36892fc7593b688518ac9b010706 /server/vendor/guzzlehttp/promises/src/CancellationException.php
parenta00fee543b939d77325d82047675afcf7090b195 (diff)
parent8a63ca346de6edf53b2409b73ae8dad5f10632f2 (diff)
Merge pull request #95 from nextcloud/clean/slim-4-and-composerHEADmaster
Migration to 7.4
Diffstat (limited to 'server/vendor/guzzlehttp/promises/src/CancellationException.php')
-rw-r--r--server/vendor/guzzlehttp/promises/src/CancellationException.php9
1 files changed, 0 insertions, 9 deletions
diff --git a/server/vendor/guzzlehttp/promises/src/CancellationException.php b/server/vendor/guzzlehttp/promises/src/CancellationException.php
deleted file mode 100644
index cb360b8..0000000
--- a/server/vendor/guzzlehttp/promises/src/CancellationException.php
+++ /dev/null
@@ -1,9 +0,0 @@
-<?php
-namespace GuzzleHttp\Promise;
-
-/**
- * Exception that is set as the reason for a promise that has been cancelled.
- */
-class CancellationException extends RejectionException
-{
-}