laipower/wp-content/upgrade-temp-backup/plugins/w3-total-cache/lib/Azure/GuzzleHttp/Promise/CancellationException.php
2023-10-22 22:21:48 +00:00

10 lines
182 B
PHP

<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}