krz/vox-populi

A Tumblr web client.

clone: git clone https://gitbay.org/krz/vox-populi.git

main: vendor/guzzlehttp/promises/src/CancellationException.php · raw

1<?php
2namespace GuzzleHttp\Promise;
3
4/**
5 * Exception that is set as the reason for a promise that has been cancelled.
6 */
7class CancellationException extends RejectionException
8{
9}