class Falcon::Adapters::Rack

def failure_response(exception)

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