class Bunny::NetworkErrorWrapper
@private
Attributes
Public Class Methods
Source
# File lib/bunny/exceptions.rb, line 252 def initialize(other) super(other.message) @other = other end
Calls superclass method
@private
# File lib/bunny/exceptions.rb, line 252 def initialize(other) super(other.message) @other = other end