Exception: Util::VSAC::VSACNoCredentialsError
- 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
-
#initialize ⇒ VSACNoCredentialsError
constructor
A new instance of VSACNoCredentialsError.
Constructor Details
#initialize ⇒ VSACNoCredentialsError
Returns a new instance of VSACNoCredentialsError.
59 60 61 |
# File 'lib/util/vsac_api.rb', line 59 def initialize super('VSAC ULMS credentials were not provided.') end |