trait Illuminate / Database / DetectsConcurrencyErrors
You are viewing an older version of the documentation. For the latest, please visit master documentation.

DetectsConcurrencyErrors

Methods

protected

causedByConcurrencyError ( Throwable $e ) : bool

Determine if the given exception was caused by a concurrency error such as a deadlock or serialization failure.

Parameters