Exception: ShopifyTransporter::KeyMissing
- Inherits:
-
StandardError
- Object
- StandardError
- ShopifyTransporter::KeyMissing
- Defined in:
- lib/shopify_transporter/record_builder/record_builder.rb
Direct Known Subclasses
Instance Method Summary collapse
-
#initialize(key_name) ⇒ KeyMissing
constructor
A new instance of KeyMissing.
Constructor Details
#initialize(key_name) ⇒ KeyMissing
Returns a new instance of KeyMissing.
5 6 7 |
# File 'lib/shopify_transporter/record_builder/record_builder.rb', line 5 def initialize(key_name) super("cannot process entry. Required field not found: '#{key_name}'") end |