Exception: TemplateInheritance::TemplateNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/template-inheritance.rb

Instance Method Summary collapse

Constructor Details

#initialize(relative_path) ⇒ TemplateNotFound

Returns a new instance of TemplateNotFound.



26
27
28
# File 'lib/template-inheritance.rb', line 26

def initialize(relative_path)
  super("Template #{relative_path} not found in #{Template.paths.inspect}")
end