Files
san-reymoros/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php
gauvainboiche 058c2110e9 first commit
2020-03-03 22:45:25 +01:00

8 lines
138 B
PHP

<?php
namespace GuzzleHttp\Ring\Exception;
/**
* Occurs when the connection failed.
*/
class ConnectException extends RingException {}