Exception: VAAS::VaasAuthenticationError
- Inherits:
-
StandardError
- Object
- StandardError
- VAAS::VaasAuthenticationError
- Defined in:
- lib/vaas/vaas_errors.rb
Instance Method Summary collapse
-
#initialize(msg = "authentication failed") ⇒ VaasAuthenticationError
constructor
A new instance of VaasAuthenticationError.
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 |