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.



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

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