class Locomotive::Steam::Liquid::Tags::PageNotFound

Public Instance Methods

render(context) click to toggle source
# File lib/locomotive/steam/liquid/tags/page_not_found.rb, line 8
def render(context)
  raise Locomotive::Steam::PageNotFoundException.new
end