1<?php
2namespace GuzzleHttp\Ring\Exception;
3
4/**
5 * Marker interface for cancelled exceptions.
6 */
7interface CancelledException {}
8