remove some unwraps

This commit is contained in:
Mingshen Sun 2019-06-09 22:18:54 -07:00
parent 15518733b0
commit 82232be92c
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
5 changed files with 31 additions and 27 deletions

View file

@ -13,9 +13,12 @@ public enum AppError: Error {
case KeyImport
case PasswordDuplicated
case GitReset
case GitCommit
case PasswordEntity
case PgpPublicKeyNotExist
case WrongPasswordFilename
case Decryption
case Encryption
case Unknown
}