Exception: Cutaneous::UnknownTemplateError

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

Instance Method Summary collapse

Constructor Details

#initialize(template_roots, relative_path) ⇒ UnknownTemplateError

Returns a new instance of UnknownTemplateError.



15
16
17
# File 'lib/cutaneous.rb', line 15

def initialize(template_roots, relative_path)
  super("Template '#{relative_path}' not found under #{template_roots.inspect}")
end