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.



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

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