class Util::VSAC::VSACInvalidCredentialsError
Raised when the user credentials were invalid.
Public Class Methods
new()
click to toggle source
Calls superclass method
# File lib/util/vsac_api.rb, line 52 def initialize super('VSAC ULMS credentials are invalid.') end