class Rabbit::ImmutableSourceTypeError
Attributes
Public Class Methods
Source
# File lib/rabbit/error.rb, line 141 def initialize(source_type) @source_type = source_type super(_("immutable source type: %s") % @source_type) end
Calls superclass method