Exception: KeyVault::Unauthorized

Inherits:
StandardError
  • Object
show all
Defined in:
lib/key_vault/exceptions.rb

Overview

Unauthorized Exception

Instance Method Summary collapse

Constructor Details

#initialize(msg = 'Not authorised for Azure with supplied credentials') ⇒ Unauthorized

Returns a new instance of Unauthorized.



4
5
6
# File 'lib/key_vault/exceptions.rb', line 4

def initialize(msg = 'Not authorised for Azure with supplied credentials')
  super
end