Exception: Util::VSAC::VSACInvalidCredentialsError

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

Overview

Raised when the user credentials were invalid.

Instance Method Summary collapse

Constructor Details

#initializeVSACInvalidCredentialsError

Returns a new instance of VSACInvalidCredentialsError.



46
47
48
# File 'lib/util/vsac_api.rb', line 46

def initialize
  super('VSAC UMLS credentials are invalid.')
end