Class: Locomotive::Steam::Liquid::Tags::PageNotFound

Inherits:
Liquid::Tag
  • Object
show all
Defined in:
lib/locomotive/steam/liquid/tags/page_not_found.rb

Instance Method Summary collapse

Instance Method Details

#render(context) ⇒ Object



8
9
10
# File 'lib/locomotive/steam/liquid/tags/page_not_found.rb', line 8

def render(context)
  raise Locomotive::Steam::PageNotFoundException.new
end