# File lib/Borges/ErrorPage/ErrorPage.rb, line 48
  def show
    res = GenericResponse.new('text/html')
    res << "<h1>500 - Error</h1><p>There has been an internal error.  The system administrator has been notified."
    session.return_response(res)
  end