TomlRedefinitionException constructor

TomlRedefinitionException(
  1. TomlKey name
)

Creates a new exception for the table or key with the given name.

Implementation

TomlRedefinitionException(this.name);