class TOML::ParseError

Overview

Raised when the input is not valid TOML v1.0.

Carries the 1-based line and column where the error was detected, so consumers can point users at the offending byte directly.

Defined in:

toml/parse_error.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(message : String, line : Int32, column : Int32) #

[View source]

Instance Method Detail

def column : Int32 #

[View source]
def line : Int32 #

[View source]