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.



52
53
54
# File 'lib/util/vsac_api.rb', line 52

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