trait DetectsLostConnections (View source)

Methods

bool
causedByLostConnection(Throwable $e)

Determine if the given exception was caused by a lost connection.

Details

protected bool causedByLostConnection(Throwable $e)

Determine if the given exception was caused by a lost connection.

Parameters

Throwable $e

Return Value

bool