vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php line 7

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