Skip to content

Commit

Permalink
- Added exception messages seen when MySQL Aurora is failing over. (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
IndexZer0 authored Feb 20, 2020
1 parent 3f185c7 commit f9b4bc3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ protected function causedByLostConnection(Throwable $e)
'Communication link failure',
'connection is no longer usable',
'Login timeout expired',
'Connection refused',
'running with the --read-only option so it cannot execute this statement',
]);
}
}

0 comments on commit f9b4bc3

Please sign in to comment.