laipower/wp-content/upgrade-temp-backup/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php

10 lines
182 B
PHP
Raw Normal View History

2023-10-22 22:21:44 +00:00
<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}