Welcome to mirror list, hosted at ThFree Co, Russian Federation.

mattermost.rb « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 054bd5457bde5ba18ab673286cb9cc59aeb909f4 (plain)
1
2
3
4
5
# frozen_string_literal: true

module Mattermost
  Error = Class.new(StandardError)
end