Raise not implemented error on BaseLinker for package_url
This commit is contained in:
parent
445709345f
commit
c6bc913877
1 changed files with 4 additions and 0 deletions
|
@ -45,6 +45,10 @@ module Gitlab
|
|||
|
||||
private
|
||||
|
||||
def package_url(_name)
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
||||
def link_dependencies
|
||||
raise NotImplementedError
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue