diff --git a/src/Illuminate/Database/DetectsDeadlocks.php b/src/Illuminate/Database/DetectsDeadlocks.php index dcbbd00bbe21..ee034b60fe6c 100644 --- a/src/Illuminate/Database/DetectsDeadlocks.php +++ b/src/Illuminate/Database/DetectsDeadlocks.php @@ -25,6 +25,7 @@ protected function causedByDeadlock(Exception $e) 'database table is locked', 'A table in the database is locked', 'has been chosen as the deadlock victim', + 'Lock wait timeout exceeded; try restarting transaction', ]); } }