Exception: Util::VSAC::VSACTicketExpiredError

Inherits:
VSACError
  • Object
show all
Defined in:
lib/util/vsac_api.rb

Overview

Raised when the ticket granting ticket has expired.

Instance Method Summary collapse

Constructor Details

#initializeVSACTicketExpiredError

Returns a new instance of VSACTicketExpiredError.



39
40
41
# File 'lib/util/vsac_api.rb', line 39

def initialize
  super('VSAC session expired. Please re-enter credentials and try again.')
end