Exception: MetaERB::TemplateNotFound
- Inherits:
-
Exception
- Object
- Exception
- MetaERB::TemplateNotFound
- Defined in:
- lib/meta_erb/exceptions.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ TemplateNotFound
constructor
A new instance of TemplateNotFound.
Constructor Details
#initialize(name) ⇒ TemplateNotFound
Returns a new instance of TemplateNotFound.
16 17 18 |
# File 'lib/meta_erb/exceptions.rb', line 16 def initialize(name) super("No template found with name: #{name}") end |