export class InvalidDecimalError extends Error { constructor() { super('Invalid decimal'); this.name = 'InvalidDecimalError'; } }