Exception: Dnsruby::DecodeError
- Inherits:
-
ResolvError
- Object
- StandardError
- ResolvError
- Dnsruby::DecodeError
- Defined in:
- lib/dnsruby.rb
Overview
Indicates an error in decoding an incoming DNS message
Instance Attribute Summary collapse
-
#partial_message ⇒ Object
Returns the value of attribute partial_message.
Attributes inherited from ResolvError
Instance Attribute Details
#partial_message ⇒ Object
Returns the value of attribute partial_message.
223 224 225 |
# File 'lib/dnsruby.rb', line 223 def @partial_message end |