# depicter/1.2.0/modules/GuzzleHttp/Promise/CancellationException.php

Depicter — Popup &amp; Slider Builder, version 1.2.0. 11 lines.

- Page: https://pluginprobe.com/plugins/depicter/1.2.0/code/modules/GuzzleHttp/Promise/CancellationException.php
- Raw: https://pluginprobe.com/plugins/depicter/1.2.0/raw/modules/GuzzleHttp/Promise/CancellationException.php
- Modified: 2022-06-01T06:26:20+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/depicter/1.2.0/code/modules/GuzzleHttp/Promise/CancellationException.php#L10-L20`.

```php
<?php

namespace Depicter\GuzzleHttp\Promise;

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

```
