UNPKG

@airbrake/browser

Version:
8 lines 301 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.errors = void 0; exports.errors = { unauthorized: new Error('airbrake: unauthorized: project id or key are wrong'), ipRateLimited: new Error('airbrake: IP is rate limited'), }; //# sourceMappingURL=api.js.map