class Itunes::Receipt::InvalidReceiptFormatError

Public Instance Methods

message() click to toggle source
# File lib/itunes/receipt/error.rb, line 26
def message
   'The App Store could not read the JSON object you provided (21002)'
end