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:
authorKamil Trzcinski <ayufan@ayufan.eu>2016-12-20 22:07:05 +0300
committerKamil Trzcinski <ayufan@ayufan.eu>2016-12-20 22:07:05 +0300
commitdec1e90e505d9ab9e8b088b6a348f5bec293fed1 (patch)
tree9de8bb45626f6fd0891f38c0a88887eee6654836 /lib/mattermost
parent2b7d759afdb3ce0327367cb7e719afb288334d39 (diff)
Add missing Mattermost::Error
Diffstat (limited to 'lib/mattermost')
-rw-r--r--lib/mattermost/error.rb3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/mattermost/error.rb b/lib/mattermost/error.rb
new file mode 100644
index 00000000000..014df175be0
--- /dev/null
+++ b/lib/mattermost/error.rb
@@ -0,0 +1,3 @@
+module Mattermost
+ class Error < StandardError; end
+end