FutureSettingsException

class FutureSettingsException(val version: ModuleDescriptor.Version) : Exception(source)

Indicates that settings could not be parsed correctly because settings from a future release of Randomness were loaded.

Constructors

Link copied to clipboard
constructor(version: ModuleDescriptor.Version)

Properties

Link copied to clipboard
val version: ModuleDescriptor.Version

The version from the future that was encountered.