var OutOfMemoryError = function (_Error) {
  _inherits(OutOfMemoryError, _Error);
  var _super = _createSuper(OutOfMemoryError);
  function OutOfMemoryError(message) {
    var _this;