@posthog/wizard
Version:
The PostHog wizard helps you to configure your project
11 lines • 334 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.RateLimitError = void 0;
class RateLimitError extends Error {
constructor() {
super('Wizard usage limit reached.');
this.name = 'RateLimitError';
}
}
exports.RateLimitError = RateLimitError;
//# sourceMappingURL=errors.js.map