class Bunny::NetworkErrorWrapper

@private

Attributes

other[R]

Public Class Methods

new(other) click to toggle source
Calls superclass method
# File lib/bunny/exceptions.rb, line 250
def initialize(other)
  super(other.message)
  @other = other
end