TomlNotATableException constructor

TomlNotATableException(
  1. TomlKey name
)

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

Implementation

TomlNotATableException(this.name);