ForageConfigNotSetException

An Exception thrown if a reference to a ForageElement is passed to a method before setForageConfig is called on the Element.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard
open override val message: String

A string that describes the Exception.

Inherited properties

Link copied to clipboard
open val cause: Throwable?