aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/ringphp/src/Exception/CancelledFutureAccessException.php
blob: 4a14574df886c8937beb046709ae62f33e41542e (plain)
1
2
3
4
<?php
namespace GuzzleHttp\Ring\Exception;

class CancelledFutureAccessException extends RingException implements CancelledException {}