class Bunny::NetworkFailure
Indicates a network failure. If automatic network recovery mode is enabled, these will be typically handled by the client itself.
@api public
Attributes
Public Class Methods
Source
# File lib/bunny/exceptions.rb, line 23 def initialize(message, cause) super(message) @cause = cause end
Calls superclass method