Class PuppetLint::LexerError
In: lib/puppet-lint/lexer.rb
Parent: StandardError

Internal: A generic error thrown by the lexer when it encounters something it can‘t handle.

Methods

new  

Attributes

column  [R]  Internal: Get the Integer column number of the location of the error.
line_no  [R]  Internal: Get the Integer line number of the location of the error.

Public Class methods

Internal: Initialise a new PuppetLint::LexerError object.

line_no - The Integer line number of the location of the error. column - The Integer column number of the location of the error.

[Validate]