deps: fix api break
This commit is contained in:
parent
47d43c0a19
commit
4af4944a55
2 changed files with 2 additions and 0 deletions
|
|
@ -20,4 +20,5 @@ sealed class QrLoginException : Exception() {
|
|||
data object CheckCodeAlreadySent : QrLoginException()
|
||||
data object CheckCodeCannotBeSent : QrLoginException()
|
||||
data object Unknown : QrLoginException()
|
||||
data object NotFound : QrLoginException()
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue