mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-08-20 16:30:26 +00:00
8 lines
114 B
Ruby
8 lines
114 B
Ruby
module Gitlab
|
|
module Ci
|
|
module Error
|
|
class MissingDependencies < StandardError; end
|
|
end
|
|
end
|
|
end
|