Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource_not_found_error.rb « kubeclient « lib « kubeclient « gems « vendor - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 045a83642d7907a511279392996ef963849a6759 (plain)
1
2
3
4
module Kubeclient
  class ResourceNotFoundError < HttpError
  end
end