trait DetectsLostConnections (View source)

Methods

bool
causedByLostConnection(Exception $e)

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

Details

protected bool causedByLostConnection(Exception $e)

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

Parameters

Exception $e

Return Value

bool