Exception: Nokogiri::XML::XPath::SyntaxError
- Inherits:
-
SyntaxError
- Object
- StandardError
- SyntaxError
- SyntaxError
- Nokogiri::XML::XPath::SyntaxError
- Defined in:
- lib/nokogiri/xml/xpath/syntax_error.rb
Instance Attribute Summary
Attributes inherited from SyntaxError
#code, #column, #domain, #file, #int1, #level, #line, #str1, #str2, #str3
Instance Method Summary collapse
Methods inherited from SyntaxError
#error?, #fatal?, #none?, #warning?
Instance Method Details
#to_s ⇒ Object
5 6 7 |
# File 'lib/nokogiri/xml/xpath/syntax_error.rb', line 5 def to_s [super.chomp, str1].compact.join(': ') end |