UNPKG

importly

Version:
13 lines 359 B
export class ImportlyError extends Error { constructor() { super(...arguments); this.name = this.constructor.name; } } export class ImportlyParsingError extends ImportlyError { } export class ImportlyLookupError extends ImportlyError { } export class ImportlyGenerationError extends ImportlyError { } //# sourceMappingURL=errors.js.map