class FileNotFoundPage

def allowed_children

def allowed_children
  []
end

def cache?

def cache?
  false
end

def response_code

def response_code
  404
end

def virtual?

def virtual?
  true
end