class

TOML::ParseException

Inherits Exception / Reference / Object

Raised on invalid TOML strings.

Constructors

new(message, line_number : Int32, column_number : Int32)

Creates a ParseException with the given message, line number and column number.

Source

Instance methods

column_number

The column number where the invalid TOML was detected.

Source
line_number

The line number where the invalid TOML was detected.

Source