goog.module('trycatch.TryCatch.GenericInterface');

goog.require('nativebootstrap.Util');

const GenericInterface = goog.require('trycatch.TryCatch.GenericInterface$impl');
exports = GenericInterface;
