1<?php 2namespace GuzzleHttp\Ring\Exception; 3 4class CancelledFutureAccessException extends RingException implements CancelledException {} 5
1<?php 2namespace GuzzleHttp\Ring\Exception; 3 4class CancelledFutureAccessException extends RingException implements CancelledException {} 5