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.



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

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