Exception: VAAS::VaasAuthenticationError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/vaas/vaas_errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(msg = "authentication failed") ⇒ VaasAuthenticationError



3
4
5
# File 'lib/vaas/vaas_errors.rb', line 3

def initialize(msg = "authentication failed")
  super
end