Exception: RETS4R::Client::ParserException
- Inherits:
-
ClientException
- Object
- Exception
- ClientException
- RETS4R::Client::ParserException
- Defined in:
- lib/rets4r/client/exceptions.rb
Overview
This exception should be thrown when there is an error with the parser, which is considered a subcomponent of the RETS client. It also includes the XML data that that was being processed at the time of the exception.
Instance Attribute Summary collapse
-
#file ⇒ Object
Returns the value of attribute file.
Instance Attribute Details
#file ⇒ Object
Returns the value of attribute file.
10 11 12 |
# File 'lib/rets4r/client/exceptions.rb', line 10 def file @file end |