Exception: EasyCrypt::InvalidSecretsProvider
- Inherits:
-
StandardError
- Object
- StandardError
- EasyCrypt::InvalidSecretsProvider
- Defined in:
- lib/easy_crypt/exception.rb
Overview
Exception raised when the requested secrets provider does not exist
Instance Method Summary collapse
-
#initialize(str) ⇒ InvalidSecretsProvider
constructor
A new instance of InvalidSecretsProvider.
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 |