summaryrefslogtreecommitdiff
path: root/lib/gitlab/config/loader/format_error.rb
blob: 848ff96d2011ac1c7a087f36253990d3ede412fb (plain)
1
2
3
4
5
6
7
8
9
# frozen_string_literal: true

module Gitlab
  module Config
    module Loader
      FormatError = Class.new(StandardError)
    end
  end
end