class Gem::GemcutterUtilities::WebauthnListener::NotFoundResponse

def code

def code
  404
end

def reason_phrase

def reason_phrase
  "Not Found"
end