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