class TOML::ParseException
- TOML::ParseException
- Exception
- Reference
- Object
Overview
Raised on invalid TOML strings.
Defined in:
toml/parse_exception.crConstructors
-
.new(message, line_number, column_number)
Creates a ParseException with the given message, line number and column number.
Instance Method Summary
-
#column_number
The column number where the invalid TOML was detected.
-
#line_number
The line number where the invalid TOML was detected.
Constructor Detail
def self.new(message, line_number, column_number)
#
Creates a ParseException with the given message, line number and column number.