class TOML::ParseException

Overview

Raised on invalid TOML strings.

Defined in:

toml/parse_exception.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message, line_number, column_number) #

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


[View source]

Instance Method Detail

def column_number #

The column number where the invalid TOML was detected.


[View source]
def line_number #

The line number where the invalid TOML was detected.


[View source]