module Aws::Json

def oj_parse_error

def oj_parse_error
  if Oj.const_defined?('ParseError')
    Oj::ParseError
  else
    SyntaxError
  end
end