Skip to content

Commit

Permalink
fix(DBCluster): Handle delete handler stabilization when dbcluster li…
Browse files Browse the repository at this point in the history
…stempty
  • Loading branch information
angusy29 committed Sep 3, 2024
1 parent fadd9df commit e11a043
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -401,7 +401,7 @@ protected boolean isDBClusterDeleted(
) {
try {
fetchDBCluster(proxyClient, model);
} catch (DbClusterNotFoundException e) {
} catch (DbClusterNotFoundException | IndexOutOfBoundsException e) {
return true;
}
return false;
Expand Down

0 comments on commit e11a043

Please sign in to comment.