UNPKG

ans-api-wrapper

Version:
7 lines 204 B
export class LabelError extends Error { constructor(message) { super(message); this.name = "LabelError"; this.description = "the label must have a valid label format: 'label.ar'" } }