Updated on 2026-08-14
This commit is contained in:
parent
dd186d6fbc
commit
3f5f3ef68b
23 changed files with 351 additions and 128 deletions
|
|
@ -6,4 +6,9 @@ sealed class DataError : Exception() {
|
|||
|
||||
object NoInternetConnection : NetworkError()
|
||||
}
|
||||
|
||||
sealed class UserWalletError : DataError() {
|
||||
|
||||
data class WrongUserWallet(override val message: String) : UserWalletError()
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue