class Sinatra::ShowExceptions

def initialize(app)

def initialize(app)
  @app      = app
  @template = ERB.new(TEMPLATE)
end