Exception: LcpRuby::Search::QueryLanguageParser::ParseError
- Inherits:
-
StandardError
- Object
- StandardError
- LcpRuby::Search::QueryLanguageParser::ParseError
- Defined in:
- lib/lcp_ruby/search/query_language_parser.rb
Instance Attribute Summary collapse
-
#position ⇒ Object
readonly
Returns the value of attribute position.
Instance Method Summary collapse
-
#initialize(message, position:) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(message, position:) ⇒ ParseError
Returns a new instance of ParseError.
7 8 9 10 |
# File 'lib/lcp_ruby/search/query_language_parser.rb', line 7 def initialize(, position:) @position = position super() end |
Instance Attribute Details
#position ⇒ Object (readonly)
Returns the value of attribute position.
5 6 7 |
# File 'lib/lcp_ruby/search/query_language_parser.rb', line 5 def position @position end |