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 : Int32, column_number : Int32) #

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


[View source]

Instance Method Detail

def column_number : Int32 #

The column number where the invalid TOML was detected.


[View source]
def line_number : Int32 #

The line number where the invalid TOML was detected.


[View source]