goog.module('foreachstatement.ForEachStatement.Exception4');

goog.require('java.lang.Exception');
goog.require('java.lang.Iterable');
goog.require('java.util.Iterator');
goog.require('java.util.Spliterator');
goog.require('java.util.function.Consumer');
goog.require('nativebootstrap.Util');

const Exception4 = goog.require('foreachstatement.ForEachStatement.Exception4$impl');
exports = Exception4;
