Exception: Rabbit::ImmutableSourceTypeError

Inherits:
Error
  • Object
show all
Defined in:
lib/rabbit/rabbit.rb

Constant Summary

Constants included from GetText

GetText::DOMAIN

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetText

N_, _, bindtextdomain, locale=

Constructor Details

#initialize(source_type) ⇒ ImmutableSourceTypeError

Returns a new instance of ImmutableSourceTypeError.



155
156
157
158
# File 'lib/rabbit/rabbit.rb', line 155

def initialize(source_type)
  @source_type = source_type
  super(_("immutable source type: %s") % @source_type)
end

Instance Attribute Details

#source_typeObject (readonly)

Returns the value of attribute source_type.



154
155
156
# File 'lib/rabbit/rabbit.rb', line 154

def source_type
  @source_type
end