class Aws::Xml::Parser::ParsingError
Attributes
column[R]
@return [Integer,nil]
line[R]
@return [Integer,nil]
Public Class Methods
new(msg, line, column)
click to toggle source
Calls superclass method
# File lib/aws-sdk-core/xml/parser/parsing_error.rb, line 6 def initialize(msg, line, column) super(msg) end