DecryptionException constructor
DecryptionException([
- String? message
Implementation
DecryptionException([String? message])
: super(
'An error happened while decryption: $message',
ErrorCodes.notValidApiKey,
);