# File lib/aws/dynamo_db/types.rb, line 103
      def raise_error(msg, context)
        msg = "#{msg} in #{context}" if context
        raise ArgumentError, msg
      end