Files
interblue.pl/modules/blockreassurance/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php
2024-10-25 14:16:28 +02:00

8 lines
138 B
PHP

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