class HCL::ParseException

Overview

Base error class for HCL parsing exceptions

Defined in:

hcl/exceptions.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : HCL::Any) ==

Instance methods inherited from class Object

===(other : HCL::Any) ===

Class methods inherited from class Object

from_hcl(string_or_io : String | IO, ctx : HCL::ExpressionContext = HCL::ExpressionContext.default_context) from_hcl

Constructor Detail

def self.new(message, source : String | Nil = nil, token : Pegmatite::Token | Nil = nil, offset : Int32 | Nil = nil, path : String | Nil = nil) #

[View source]

Instance Method Detail

def line_number : Int32? #

[View source]
def path : Path? #

[View source]