Use separate file for error.rb

This commit is contained in:
Kamil Trzcinski 2016-12-20 23:08:55 +01:00
parent 77c96d5a1b
commit 70dcd45de2
No known key found for this signature in database
GPG Key ID: 4505F5C7E12C6A5A
1 changed files with 0 additions and 2 deletions

View File

@ -1,6 +1,4 @@
module Mattermost
class Error < StandardError; end
class NoSessionError < Error
def message
'No session could be set up, is Mattermost configured with Single Sign On?'