Exception: Femto::Base::TemplateMissingException

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

Instance Method Summary collapse

Constructor Details

#initializeTemplateMissingException

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