Exception: TransporterTool::UnexpectedJSONStructureError

Inherits:
ConversionError
  • Object
show all
Defined in:
lib/shopify_transporter.rb

Instance Method Summary collapse

Constructor Details

#initializeUnexpectedJSONStructureError

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