Exception: TemplateInheritance::TemplateNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- TemplateInheritance::TemplateNotFound
- Defined in:
- lib/template-inheritance.rb
Instance Method Summary collapse
-
#initialize(relative_path) ⇒ TemplateNotFound
constructor
A new instance of TemplateNotFound.
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 |