Exception: Goatee::Error::TemplateNotFound

Inherits:
StandardError
  • Object
show all
Defined in:
lib/goatee/error/template_not_found.rb

Instance Method Summary collapse

Constructor Details

#initialize(path) ⇒ TemplateNotFound

Returns a new instance of TemplateNotFound.



4
5
6
# File 'lib/goatee/error/template_not_found.rb', line 4

def initialize(path)
  super("Expecting template at path: '#{path}'")
end