com.github.stormbit.sdk.exceptions.TwoFactorException.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of vk-bot-sdk-kotlin Show documentation
Show all versions of vk-bot-sdk-kotlin Show documentation
The Kotlin library for working with VK api
package com.github.stormbit.sdk.exceptions
class TwoFactorException(override val message: String) : Exception(message)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy