remove some unwraps
This commit is contained in:
parent
15518733b0
commit
82232be92c
5 changed files with 31 additions and 27 deletions
|
|
@ -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
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue