Exception: Nokogiri::XML::XPath::SyntaxError

Inherits:
SyntaxError show all
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_sObject



5
6
7
# File 'lib/nokogiri/xml/xpath/syntax_error.rb', line 5

def to_s
  [super.chomp, str1].compact.join(': ')
end