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

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

There is a newer version: 1.2.0
Show newest version
package com.github.stormbit.sdk.exceptions

import java.lang.Exception

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




© 2015 - 2025 Weber Informatics LLC | Privacy Policy