Exception: Amplify::VaultDataBagWrapperBase::NotExtendedCorrectly
- Inherits:
-
StandardError
- Object
- StandardError
- Amplify::VaultDataBagWrapperBase::NotExtendedCorrectly
- Defined in:
- lib/amplify/vault_data_bag_wrapper_base.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ NotExtendedCorrectly
constructor
A new instance of NotExtendedCorrectly.
Constructor Details
#initialize(message) ⇒ NotExtendedCorrectly
Returns a new instance of NotExtendedCorrectly.
54 55 56 |
# File 'lib/amplify/vault_data_bag_wrapper_base.rb', line 54 def initialize() super("Amplify::VaultDataBagWrapperBase was not extended correctly: #{}") end |