Subversion Repositories cheapmusic

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
103 - 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
}