ConnectException.php 138 Bytes
<?php
namespace GuzzleHttp\Ring\Exception;

/**
 * Occurs when the connection failed.
 */
class ConnectException extends RingException {}