Exception: EasyCrypt::InvalidSecretsProvider

Inherits:
StandardError
  • Object
show all
Defined in:
lib/easy_crypt/exception.rb

Overview

Exception raised when the requested secrets provider does not exist

Instance Method Summary collapse

Constructor Details

#initialize(str) ⇒ InvalidSecretsProvider

Returns a new instance of InvalidSecretsProvider.



6
7
8
# File 'lib/easy_crypt/exception.rb', line 6

def initialize(str)
  super("Unknown secrets provider `#{str}`")
end