gitlab-org--gitlab-foss/lib/gitlab/update_path_error.rb

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
94 B
Ruby
Raw Permalink Normal View History

# frozen_string_literal: true
module Gitlab
UpdatePathError = Class.new(StandardError)
end