Skip to content

Commit

Permalink
fix: Expose loadDefaultAccount throws exceptions
Browse files Browse the repository at this point in the history
  • Loading branch information
sirambd committed Aug 16, 2024
1 parent a522d0b commit fd6c49e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class SwissTransferInjection {
/**
* Loads the default user account and initializes Realm transfers for the default user ID defined in the constants.
*/
@Throws(Exception::class)
@Throws(IllegalArgumentException::class, IllegalStateException::class)
fun loadDefaultAccount() {
realmProvider.loadRealmTransfers(Constants.DEFAULT_USER_ID)
}
Expand Down

0 comments on commit fd6c49e

Please sign in to comment.