Exception: TransporterTool::UnexpectedJSONStructureError
- Inherits:
-
ConversionError
- Object
- StandardError
- ConversionError
- TransporterTool::UnexpectedJSONStructureError
- Defined in:
- lib/shopify_transporter.rb
Instance Method Summary collapse
-
#initialize ⇒ UnexpectedJSONStructureError
constructor
A new instance of UnexpectedJSONStructureError.
Constructor Details
#initialize ⇒ UnexpectedJSONStructureError
Returns a new instance of UnexpectedJSONStructureError.
47 48 49 50 51 |
# File 'lib/shopify_transporter.rb', line 47 def initialize super( 'Unexpected JSON structure detected. The expected format is an array of JSON objects: [{}, {}, ..., {}]' ) end |