aboutsummaryrefslogtreecommitdiffstats
path: root/public/system/storage/vendor/guzzlehttp/ringphp/src/Exception/CancelledException.php
blob: 95b353acfde5f628daeb4ad3c50e48ebecc14a66 (plain)
1
2
3
4
5
6
7
<?php
namespace GuzzleHttp\Ring\Exception;

/**
 * Marker interface for cancelled exceptions.
 */
interface CancelledException {}