fix: Fix some issues found by integrating

This commit is contained in:
2023-06-17 20:32:06 +02:00
parent ed0701bdcd
commit 234fee167f
4 changed files with 59 additions and 25 deletions

View File

@@ -34,3 +34,6 @@ class MalformedCiphertextError extends OmemoError {
/// The exception that was raised while decryption.
final Object ex;
}
/// Caused by an empty <key /> element
class MalformedEncryptedKeyError extends OmemoError {}