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