File: resource_not_found_error.rb

package info (click to toggle)
ruby-kubeclient 4.13.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,112 kB
  • sloc: ruby: 4,225; makefile: 6
file content (6 lines) | stat: -rw-r--r-- 101 bytes parent folder | download
1
2
3
4
5
6
# frozen_string_literal: true

module Kubeclient
  class ResourceNotFoundError < HttpError
  end
end