ConnectionException.php
TLDR
This file contains the definition of the ConnectionException
class in the Illuminate\Http\Client
namespace.
Classes
ConnectionException
The ConnectionException
class extends the HttpClientException
class and can be used to represent exceptions related to connection errors in the HTTP client.
<?php
namespace Illuminate\Http\Client;
class ConnectionException extends HttpClientException
{
//
}