Exception: Dnsruby::ResolvError
- Inherits:
-
StandardError
- Object
- StandardError
- Dnsruby::ResolvError
- Defined in:
- lib/dnsruby.rb
Overview
An error raised while querying for a resource
Direct Known Subclasses
DecodeError, EncodeError, FormErr, NXDomain, NXRRSet, NotAuth, NotImp, NotZone, OtherResolvError, Refused, ServFail, SocketEofResolvError, VerifyError, YXDomain, YXRRSet, ZoneSerialError
Instance Attribute Summary collapse
-
#response ⇒ Object
Returns the value of attribute response.
Instance Attribute Details
#response ⇒ Object
Returns the value of attribute response.
157 158 159 |
# File 'lib/dnsruby.rb', line 157 def response @response end |