ConnectionException
class ConnectionException extends GrpcException
Methods
__construct(string $target, string $message, int|null $transportCode = null, Throwable|null $previous = null)
No description
string
target()
Return the connection target.
int|null
transportCode()
Return the transport error code.
Details
at line 11
__construct(string $target, string $message, int|null $transportCode = null, Throwable|null $previous = null)
No description
at line 23
string
target()
Return the connection target.
at line 31
int|null
transportCode()
Return the transport error code.