Exception: REXML::CSSSelector::ParseError

Inherits:
Error
  • Object
show all
Defined in:
lib/rexml/css_selector/parser.rb

Overview

ParseError is an error on parsing.

Instance Method Summary collapse

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(message, pos)
  super("#{message} (at #{pos})")
end