Skip to content

Commit

Permalink
add cause prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
jerson committed Jul 3, 2024
1 parent 7e3cba7 commit 91025c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fast_rsa.dart
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class RSAException implements Exception {

@override
String toString() {
return cause;
return 'RSAException: $cause';
}
}

Expand Down

0 comments on commit 91025c9

Please sign in to comment.