Exception: Femto::Base::TemplateMissingException
- Inherits:
-
Exception
- Object
- Exception
- Femto::Base::TemplateMissingException
- Defined in:
- lib/femto.rb
Instance Method Summary collapse
-
#initialize ⇒ TemplateMissingException
constructor
A new instance of TemplateMissingException.
Constructor Details
#initialize ⇒ TemplateMissingException
Returns a new instance of TemplateMissingException.
127 128 129 |
# File 'lib/femto.rb', line 127 def initialize super 'No template to be rendered was found' end |