Skip to content

Commit 80ff832

Browse files
committed
updated check for exception to use new TransferException
1 parent 7854b40 commit 80ff832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Services/FileMakerConnection.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ protected function retryMiddleware()
676676
$log_message = null;
677677

678678
// Retry connection exceptions
679-
if ($exception instanceof ConnectException) {
679+
if ($exception instanceof TransferException) {
680680
$should_retry = true;
681681
$log_message = 'Connection Error: ' . $exception->getMessage();
682682
}

0 commit comments

Comments
 (0)