installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
@ -0,0 +1,9 @@
|
||||
<?php
|
||||
namespace GuzzleHttp\Promise;
|
||||
|
||||
/**
|
||||
* Exception that is set as the reason for a promise that has been cancelled.
|
||||
*/
|
||||
class CancellationException extends RejectionException
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user