class Falcon::Adapters::Rack

def failure_response(exception)

def failure_response(exception)
	Async::HTTP::Response.for_exception(exception)
end