Exception: REXML::CSSSelector::ParseError
- Defined in:
- lib/rexml/css_selector/parser.rb
Overview
ParseError is an error on parsing.
Instance Method Summary collapse
-
#initialize(message, pos) ⇒ ParseError
constructor
A new instance of ParseError.
Constructor Details
#initialize(message, pos) ⇒ ParseError
Returns a new instance of ParseError.
7 8 9 |
# File 'lib/rexml/css_selector/parser.rb', line 7 def initialize(, pos) super("#{} (at #{pos})") end |