Commit c6bc9138 authored by Oswaldo Ferreira's avatar Oswaldo Ferreira

Raise not implemented error on BaseLinker for package_url

parent 44570934
......@@ -45,6 +45,10 @@ module Gitlab
private
def package_url(_name)
raise NotImplementedError
end
def link_dependencies
raise NotImplementedError
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment