Exception: Dry::Credentials::KeyNotSetError
- Inherits:
-
StandardError
- Object
- StandardError
- Dry::Credentials::KeyNotSetError
- Defined in:
- lib/dry/credentials/errors.rb
Instance Method Summary collapse
-
#initialize(msg = 'key must be set') ⇒ KeyNotSetError
constructor
A new instance of KeyNotSetError.
Constructor Details
#initialize(msg = 'key must be set') ⇒ KeyNotSetError
Returns a new instance of KeyNotSetError.
14 |
# File 'lib/dry/credentials/errors.rb', line 14 def initialize(msg='key must be set') = super |