class Falcon::Adapters::Rack

def failure_response(exception)

@returns [Protocol::HTTP::Response]
@parameter exception [Exception]
Generate a suitable response for the given exception.
def failure_response(exception)
	Protocol::HTTP::Response.for_exception(exception)
end