Remove duplicated code.
This commit is contained in:
parent
700fdb16e6
commit
1f0b18bda2
1 changed files with 0 additions and 3 deletions
|
|
@ -19,9 +19,6 @@ fun Throwable.mapRecoveryException(): RecoveryException {
|
|||
is RustRecoveryException.SecretStorage -> RecoveryException.SecretStorage(
|
||||
message = errorMessage
|
||||
)
|
||||
is RustRecoveryException.Import -> RecoveryException.Import(
|
||||
message = errorMessage
|
||||
)
|
||||
is RustRecoveryException.BackupExistsOnServer -> RecoveryException.BackupExistsOnServer
|
||||
is RustRecoveryException.Import -> RecoveryException.Import(
|
||||
message = errorMessage
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue