Files
Leitgedanken/msd2/phpBB3/vendor/guzzlehttp/ringphp/src/Exception/ConnectException.php
2023-01-23 11:03:31 +01:00

8 lines
138 B
PHP

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