class Dependabot::DependencyNotFound
def initialize(source)
def initialize(source) @source = T.let(sanitize_source(T.must(source)), String) msg = "The following dependency could not be found : #{@source}" super(msg) end
def initialize(source) @source = T.let(sanitize_source(T.must(source)), String) msg = "The following dependency could not be found : #{@source}" super(msg) end