<?php

namespace Google\Site_Kit_Dependencies\GuzzleHttp\Ring\Exception;

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