Commit 27d56e83 authored by SpacePossum's avatar SpacePossum Committed by GitHub

Update AbstractMySQLDriver.php

parent 5c5966aa
......@@ -102,6 +102,7 @@ abstract class AbstractMySQLDriver implements Driver, ExceptionConverterDriver,
case '1143':
case '1227':
case '1370':
case '1429':
case '2002':
case '2005':
return new Exception\ConnectionException($message, $exception);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment