cb360b8056abbf065ea27ef93a4e2fe895b3989f
[yaffs-website] / CancellationException.php
1 <?php
2 namespace GuzzleHttp\Promise;
3
4 /**
5  * Exception that is set as the reason for a promise that has been cancelled.
6  */
7 class CancellationException extends RejectionException
8 {
9 }