goog.module('exception.MyJsException');

goog.require('java.lang.Exception');
goog.require('java.lang.Throwable');
goog.require('nativebootstrap.Util');

const MyJsException = goog.require('exception.MyJsException$impl');
exports = MyJsException;
