Exception: Goatee::Error::TemplateNotFound
- Inherits:
-
StandardError
- Object
- StandardError
- Goatee::Error::TemplateNotFound
- Defined in:
- lib/goatee/error/template_not_found.rb
Instance Method Summary collapse
-
#initialize(path) ⇒ TemplateNotFound
constructor
A new instance of TemplateNotFound.
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 |