Skip to content

Commit

Permalink
better exception msg
Browse files Browse the repository at this point in the history
  • Loading branch information
leo-lox committed Jan 12, 2025
1 parent 967945c commit 8e9a938
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ class BlossomRepositoryImpl implements BlossomRepository {
}

throw Exception(
'Failed to get blob from all servers. Last error: $lastError');
'Failed to get blob from any of the servers. Last error: $lastError');
}

/// first value is whether the server supports range requests \
Expand Down

0 comments on commit 8e9a938

Please sign in to comment.