Remove duplicated code.
This commit is contained in:
parent
d9e8016c38
commit
cbfd0d2675
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