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, #cstruct, #domain, #file, #int1, #level, #line, #str1, #str2, #str3
Instance Method Summary collapse
Methods inherited from SyntaxError
#error?, error_array_pusher, #fatal?, #initialize, #initialize_copy, #message, #message=, #none?, #warning?, wrap
Constructor Details
This class inherits a constructor from Nokogiri::XML::SyntaxError
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 |