|
Ultima modificación |
Ver Log
|
Rev |
Autor |
Línea Nro. |
Línea |
1 |
efrain |
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 |
}
|