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

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

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