class CON::ParseException

Overview

Exception thrown on a CON parse error.

Defined in:

lexer.cr

Constructors

Instance Method Summary

Instance methods inherited from class Reference

==(other : CON::Any) ==

Instance methods inherited from class Object

===(other : CON::Any) ===, from_con(con : String | IO) from_con, to_con(io : IO)
to_con
to_con
, to_pretty_con(indent : String = " ")
to_pretty_con(io : IO, indent : String = " ")
to_pretty_con

Constructor Detail

def self.new(message, line_number, column_number, cause = nil) #

[View source]

Instance Method Detail

def column_number : Int32 #

[View source]
def line_number : Int32 #

[View source]