Exception: Branca::ExpiredTokenError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/branca/exceptions.rb

Instance Method Summary collapse

Instance Method Details

#to_sObject



13
14
15
# File 'lib/branca/exceptions.rb', line 13

def to_s
  'Token is expired'
end