class KeyVault::Unauthorized

Unauthorized Exception

Public Class Methods

new(msg = 'Not authorised for Azure with supplied credentials') click to toggle source
Calls superclass method
# File lib/key_vault/exceptions.rb, line 4
def initialize(msg = 'Not authorised for Azure with supplied credentials')
  super
end