Bunny::Exception
Indicates a network failure. If automatic network recovery mode is enabled, these will be typically handled by the client itself.
@api public
# File lib/bunny/exceptions.rb, line 15 def initialize(message, cause) super(message) @cause = cause end
[Validate]
Generated with the Darkfish Rdoc Generator 2.