class Dependabot::NpmAndYarn::UpdateChecker::LatestVersionFinder::RegistryError
Attributes
status[R]
Public Class Methods
new(status, msg)
click to toggle source
Calls superclass method
# File lib/dependabot/npm_and_yarn/update_checker/latest_version_finder.rb, line 18 def initialize(status, msg) @status = status super(msg) end