class WebConsole::Middleware

def call_app(env)

def call_app(env)
  @app.call(env)
rescue => e
  throw :app_exception, e
end