class Rabbit::NotAvailableInterfaceError
Attributes
name[R]
Public Class Methods
new(name)
click to toggle source
Calls superclass method
# File lib/rabbit/error.rb, line 154 def initialize(name) @name = name super(_("not available interface: %s") % @name) end