class Util::VSAC::VSACTicketExpiredError

Raised when the ticket granting ticket has expired.

Public Class Methods

new() click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 45
def initialize
  super('VSAC session expired. Please re-enter credentials and try again.')
end