1<?php 2namespace GuzzleHttp\Ring\Exception; 3 4/** 5 * Occurs when the connection failed. 6 */ 7class ConnectException extends RingException {} 8
1<?php 2namespace GuzzleHttp\Ring\Exception; 3 4/** 5 * Occurs when the connection failed. 6 */ 7class ConnectException extends RingException {} 8