Exception: ShopifyTransporter::Exporters::InvalidConfigError
- Inherits:
-
ExportError
- Object
- StandardError
- ExportError
- ShopifyTransporter::Exporters::InvalidConfigError
- Defined in:
- lib/shopify_transporter/exporters/exporter.rb
Instance Method Summary collapse
-
#initialize(error_message) ⇒ InvalidConfigError
constructor
A new instance of InvalidConfigError.
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() super("Invalid configuration: #{}") end |