Exception: RbSSO::Client::TicketExpired

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/rbsso/client.rb

Instance Method Summary collapse

Constructor Details

#initialize(expiry) ⇒ TicketExpired

Returns a new instance of TicketExpired.



8
9
10
# File 'lib/rbsso/client.rb', line 8

def initialize(expiry)
  super "Expired #{Time.now.to_i - expiry} seconds ago."
end