export default class CustomError extends Error { code: string | number; constructor(code: string | number, message?: string); }