Raise not implemented error on BaseLinker for package_url

This commit is contained in:
Oswaldo Ferreira 2019-02-25 10:22:13 -03:00
parent 445709345f
commit c6bc913877

View file

@ -45,6 +45,10 @@ module Gitlab
private
def package_url(_name)
raise NotImplementedError
end
def link_dependencies
raise NotImplementedError
end