ConnectException.php 138 B

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