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