All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.stormbit.vksdk.exceptions.CaptchaException.kt Maven / Gradle / Ivy

The newest version!
package com.github.stormbit.vksdk.exceptions

import java.lang.Exception

class CaptchaException(override val message: String) : Exception(message)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy