Exception: TemplateInheritance::TemplateNotFound

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

Instance Method Summary collapse

Constructor Details

#initialize(message = "Template not found") ⇒ TemplateNotFound

Returns a new instance of TemplateNotFound.



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

def initialize(message = "Template not found")
  super(message)
end