8 lines
130 B
PHP
8 lines
130 B
PHP
<?php
|
|
namespace GuzzleHttp\Ring\Exception;
|
|
|
|
/**
|
|
* Marker interface for cancelled exceptions.
|
|
*/
|
|
interface CancelledException {}
|