Version 1
[yaffs-website] / vendor / guzzlehttp / promises / src / CancellationException.php
1 <?php
2 namespace GuzzleHttp\Promise;
3
4 /**
5  * Exception that is set as the reason for a promise that has been cancelled.
6  */
7 class CancellationException extends RejectionException
8 {
9 }