Spaces-API/aws/GuzzleHttp/Promise/CancellationException.php
Devang Srivastava eefa32741e spaces.php
2017-12-07 21:23:18 +05:30

9 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
{
}