Exception: WeebSh::Err::BadAuth

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/weeb/err.rb

Overview

Raised when a token is invalid or incorrect.

Instance Method Summary collapse

Instance Method Details

#messageObject

The default message for the error



7
8
9
# File 'lib/weeb/err.rb', line 7

def message
  'Token invalid'
end