Skip to content

Commit

Permalink
[5.7] Detect for oracles ORA-03114 'not connect to' error (#26233)
Browse files Browse the repository at this point in the history
* Detect for oracles ORA-03114 'not connect to' error

* Fix missing , at the end of line
  • Loading branch information
stickeerehan authored and taylorotwell committed Oct 24, 2018
1 parent b24870a commit 0861b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Illuminate/Database/DetectsLostConnections.php
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ protected function causedByLostConnection(Throwable $e)
'Physical connection is not usable',
'TCP Provider: Error code 0x68',
'Name or service not known',
'ORA-03114',
]);
}
}

0 comments on commit 0861b54

Please sign in to comment.