Exception: Branca::ExpiredTokenError

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

Instance Method Summary collapse

Instance Method Details

#to_sObject



15
16
17
# File 'lib/branca/exceptions.rb', line 15

def to_s
  'Token is expired'
end