runff 1.0 commit
This commit is contained in:
9
lib/aws/GuzzleHttp/Promise/CancellationException.php
Normal file
9
lib/aws/GuzzleHttp/Promise/CancellationException.php
Normal file
@@ -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