class Itunes::Receipt::InvalidJsonError
Public Instance Methods
message()
click to toggle source
# File lib/itunes/receipt/error.rb, line 20 def message 'The App Store could not read the JSON object you provided (21000)' end