Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
lens
v0.1.0
CrystalI18n
I18n
Gettext
Catalogue
MOBackend
PluralForm
Interpreter
Parser
Scanner
POBackend
Lens
Formats
LensExceptions
LexError
MissingTranslation
ParseError
Built with Crystal 1.9.2
2023-10-08 07:19:22 UTC
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
]