Exception: Util::VSAC::VSACNoCredentialsError

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

Overview

Raised when a call requiring auth is attempted when no ticket_granting_ticket or credentials were provided.

Instance Method Summary collapse

Constructor Details

#initializeVSACNoCredentialsError

Returns a new instance of VSACNoCredentialsError.



59
60
61
# File 'lib/util/vsac_api.rb', line 59

def initialize
  super('VSAC UMLS credentials were not provided.')
end