installed plugin W3 Total Cache
version 2.3.2
This commit is contained in:
10
wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/CancellationException.php
vendored
Normal file
10
wp-content/plugins/w3-total-cache/vendor/guzzlehttp/promises/src/CancellationException.php
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
<?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