class Dependabot::DependencyFileNotParseable
def initialize(file_path, msg = nil)
def initialize(file_path, msg = nil) @file_path = file_path super(msg || "#{file_path} not parseable") end
def initialize(file_path, msg = nil) @file_path = file_path super(msg || "#{file_path} not parseable") end