coupon-admin/vendor/guzzlehttp/promises/src/CancellationException.php

11 lines
183 B
PHP
Raw Normal View History

2021-11-18 09:57:04 +00:00
<?php
namespace GuzzleHttp\Promise;
/**
* Exception that is set as the reason for a promise that has been cancelled.
*/
class CancellationException extends RejectionException
{
}