Settings Exception
class SettingsException(message: String? = null, cause: Throwable? = null) : IllegalArgumentException, ExceptionWithAttachments(source)
Indicates that settings could not be parsed correctly.
Indicates that settings could not be parsed correctly.