Rabbit::Error
# File lib/rabbit/rabbit.rb, line 165 def initialize(source_type) @source_type = source_type super(_("immutable source type: %s") % @source_type) end