class Dependabot::RegistryError

def initialize(status, msg)

def initialize(status, msg)
  @status = status
  super(msg)
end