Files
drmaterac.pl/modules/psaddonsconnect/vendor/guzzlehttp/ringphp/src/Exception/CancelledException.php
2025-01-06 20:47:25 +01:00

8 lines
130 B
PHP

<?php
namespace GuzzleHttp\Ring\Exception;
/**
* Marker interface for cancelled exceptions.
*/
interface CancelledException {}