gitlab-org--gitlab-foss/lib/gitlab/update_path_error.rb
2018-10-22 07:00:50 +00:00

5 lines
94 B
Ruby

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