8 lines
138 B
PHP
8 lines
138 B
PHP
<?php
|
|
namespace GuzzleHttp\Ring\Exception;
|
|
|
|
/**
|
|
* Occurs when the connection failed.
|
|
*/
|
|
class ConnectException extends RingException {}
|