Exception: Clavis::ExpiredState

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

Instance Method Summary collapse

Constructor Details

#initializeExpiredState

Returns a new instance of ExpiredState.



99
100
101
# File 'lib/clavis/errors.rb', line 99

def initialize
  super("State token has expired")
end