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