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

error.rb « mattermost « lib - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dee6deb7974861661d9f30838a7a7fdc3d23d42d (plain)
1
2
3
module Mattermost
  Error = Class.new(StandardError)
end