Exception: OwO::Err::BadToken

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

Overview

Raised when a token is invalid or incorrect.

Instance Method Summary collapse

Instance Method Details

#messageObject

Default message for this exception



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

def message
  'Token invalid'
end