Nexus API Reference

SwooleHttpNetworkException extends RuntimeException
in package
implements NetworkExceptionInterface

FinalYes
Tags
psalm-api

PSR-18 network failure raised by SwooleCoroutinePsr18Client when the coroutine HTTP client cannot reach the collector (connect failure, timeout, or server reset). The OTel transport catches it and applies its retry policy.

Table of Contents

Interfaces

NetworkExceptionInterface

Methods

__construct()  : mixed
getRequest()  : RequestInterface

Methods

__construct()

public __construct(string $message, RequestInterface $request) : mixed
Parameters
$message : string
$request : RequestInterface
On this page

Search results