# File lib/Borges/ErrorPage/EmailErrorPage.rb, line 13
  def printExceptionDescriptionOn(aResponse)
    aResponse.nextPutAll(exception.description)
    aResponse.cr
  end