Skip to content

Commit

Permalink
Update catalyst_voices/packages/catalyst_voices_models/lib/src/errors…
Browse files Browse the repository at this point in the history
…/crypto_exception.dart

Co-authored-by: Dominik Toton <[email protected]>
  • Loading branch information
damian-molinski and dtscalac authored Oct 17, 2024
1 parent 6c56130 commit 593dd2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ final class CryptoAuthenticationException extends CryptoException {
String toString() => 'CryptoAuthenticationException';
}

/// Thrown when data trying to decrypt was tempted with
/// Thrown when trying to decrypt tampered data
final class CryptoDataMalformed extends CryptoException {
final String? message;

Expand Down

0 comments on commit 593dd2a

Please sign in to comment.