Exception: Amplify::VaultDataBagWrapperBase::NotExtendedCorrectly

Inherits:
StandardError
  • Object
show all
Defined in:
lib/amplify/vault_data_bag_wrapper_base.rb

Instance Method Summary collapse

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(message)
  super("Amplify::VaultDataBagWrapperBase was not extended correctly: #{message}")
end