Add missing Mattermost::Error

This commit is contained in:
Kamil Trzcinski 2016-12-20 20:07:05 +01:00
parent 2b7d759afd
commit dec1e90e50
No known key found for this signature in database
GPG Key ID: 4505F5C7E12C6A5A
1 changed files with 3 additions and 0 deletions

3
lib/mattermost/error.rb Normal file
View File

@ -0,0 +1,3 @@
module Mattermost
class Error < StandardError; end
end