Exception: Rabbit::CantFindThemeRDTemplate

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

Constant Summary

Constants included from GetText

GetText::DOMAIN

Instance Attribute Summary collapse

Instance Method Summary collapse

Methods included from GetText

included

Constructor Details

#initialize(name) ⇒ CantFindThemeRDTemplate

Returns a new instance of CantFindThemeRDTemplate.



170
171
172
173
# File 'lib/rabbit/error.rb', line 170

def initialize(name)
  @name = name
  super(_("can't find theme RD template: %s") % @name)
end

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name.



169
170
171
# File 'lib/rabbit/error.rb', line 169

def name
  @name
end