Lens
v0.1.0
CrystalI18n
I18n
Gettext
Catalogue
MOBackend
PluralForm
Interpreter
Parser
Scanner
POBackend
Lens
Formats
LensExceptions
LexError
MissingTranslation
ParseError
class
LensExceptions::LexError
LensExceptions::LexError
Exception
Reference
Object
Overview
Exception thrown when an error occurrs during lexing.
Defined in:
helpers/exceptions.cr
Constructors
.new
(file_name, message, full_line : String, line : Int, column : Int)
Constructor Detail
def self.
new
(file_name, message, full_line : String, line : Int, column : Int)
#
[
View source
]