You are here

CancellationException.php in Zircon Profile 8.0

Same filename and directory in other branches
  1. 8 vendor/guzzlehttp/promises/src/CancellationException.php

Namespace

GuzzleHttp\Promise

File

vendor/guzzlehttp/promises/src/CancellationException.php
View source
<?php

namespace GuzzleHttp\Promise;


/**
 * Exception that is set as the reason for a promise that has been cancelled.
 */
class CancellationException extends RejectionException {

}

Classes

Namesort descending Description
CancellationException Exception that is set as the reason for a promise that has been cancelled.