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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mattermost/error.rb')
-rw-r--r--lib/mattermost/error.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/mattermost/error.rb b/lib/mattermost/error.rb
deleted file mode 100644
index 054bd5457bd..00000000000
--- a/lib/mattermost/error.rb
+++ /dev/null
@@ -1,5 +0,0 @@
-# frozen_string_literal: true
-
-module Mattermost
- Error = Class.new(StandardError)
-end