Methods

Class/Module Index [+]

Quicksearch

Bunny::ConnectionLevelException

Base class for all connection level exceptions

Attributes

connection[R]
connection_close[R]

Public Class Methods

new(message, connection, connection_close) click to toggle source
# File lib/bunny/exceptions.rb, line 37
def initialize(message, connection, connection_close)
  super(message)

  @connection       = connection
  @connection_close = connection_close
end

[Validate]

Generated with the Darkfish Rdoc Generator 2.