Exception: ShopifyTransporter::Exporters::InvalidConfigError

Inherits:
ExportError
  • Object
show all
Defined in:
lib/shopify_transporter/exporters/exporter.rb

Instance Method Summary collapse

Constructor Details

#initialize(error_message) ⇒ InvalidConfigError

Returns a new instance of InvalidConfigError.



8
9
10
# File 'lib/shopify_transporter/exporters/exporter.rb', line 8

def initialize(error_message)
  super("Invalid configuration: #{error_message}")
end