import { Lang } from '../types/enums'; export default class extends Error { ref: string; id: string; constructor(errorId: string, lang?: Lang); }