class Femto::Base::TemplateMissingException
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/femto.rb, line 127 def initialize super 'No template to be rendered was found' end