master

laravel/framework

Last updated at: 29/12/2023 09:23

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
{
    //
}