Methods

Class/Module Index [+]

Quicksearch

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

cause[R]

Public Class Methods

new(message, cause) click to toggle source
# File lib/bunny/exceptions.rb, line 15
def initialize(message, cause)
  super(message)
  @cause = cause
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.