See Release Notes
[Summary view]
1 <?php 2 3 namespace GuzzleHttp\Promise; 4 5 /** 6 * Exception that is set as the reason for a promise that has been cancelled. 7 */ 8 class CancellationException extends RejectionException 9 { 10 }
title
Description
Body