LodestoneException

class LodestoneException(val message: String = "The Lodestone returned an unknown error.") : Throwable

Thrown when The Lodestone returns an unknown error.

Constructors

Link copied to clipboard
constructor(message: String = "The Lodestone returned an unknown error.")

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard