Package-level declarations

Types

Link copied to clipboard
open class ForbiddenException(message: String? = null, cause: Throwable?) : NetworkException

Exception thrown when Tibia.com returns a 403 status code.

Link copied to clipboard
open class NetworkException(message: String? = null, cause: Throwable? = null) : TibiaKtException

Exception thrown when there was a network error trying to fetch a resource from the web.

Link copied to clipboard

Exception thrown when Tibia.com is under maintenance.