Exception: Clavis::ExpiredToken

Inherits:
TokenError show all
Defined in:
lib/clavis/errors.rb

Instance Method Summary collapse

Constructor Details

#initializeExpiredToken

Returns a new instance of ExpiredToken.



151
152
153
# File 'lib/clavis/errors.rb', line 151

def initialize
  super("Token has expired")
end