Exception: MetaERB::TemplateNotFound

Inherits:
Exception
  • Object
show all
Defined in:
lib/meta_erb/exceptions.rb

Instance Method Summary collapse

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