qqq
This commit is contained in:
@@ -195,6 +195,9 @@ class Command extends Component
|
|||||||
if (str_contains($throwable->getMessage(), 'Send of 14 bytes failed with errno=32 Broken pipe')) {
|
if (str_contains($throwable->getMessage(), 'Send of 14 bytes failed with errno=32 Broken pipe')) {
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
if (str_contains($throwable->getMessage(), 'Lost connection to MySQL server during query')) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user