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