# File lib/Borges/ErrorPage/ErrorPage.rb, line 3
  def self.exception(anException)
    inst = self.new
    inst.exception(anException)
    return inst
  end