Package-level declarations

Types

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

Exception thrown when parsing failed.

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

Base exception for all exceptions to the module.