bipbop-webservice
Version:
Chamada aos serviços da BIPBOP via NodeJS ou pelo navegador.
24 lines (16 loc) • 747 B
JavaScript
require('./error-codes.js');
var exception = require('./exception-c36df5d0.js');
var ExceptionInternalPushLabel = /*#__PURE__*/function (_Exception) {
exception._inherits(ExceptionInternalPushLabel, _Exception);
var _super = exception._createSuper(ExceptionInternalPushLabel);
function ExceptionInternalPushLabel(msg) {
var _this;
exception._classCallCheck(this, ExceptionInternalPushLabel);
_this = _super.call(this, msg);
Object.setPrototypeOf(exception._assertThisInitialized(_this), ExceptionInternalPushLabel.prototype);
return _this;
}
return ExceptionInternalPushLabel;
}(exception.BIPBOPException);
module.exports = ExceptionInternalPushLabel;
//# sourceMappingURL=exception-internal-push-label.js.map