class LensExceptions::LexError

Overview

Exception thrown when an error occurrs during lexing.

Defined in:

helpers/exceptions.cr

Constructors

Constructor Detail

def self.new(file_name, message, full_line : String, line : Int, column : Int) #

[View source]