import CustomError from "../CustomError"; import { ErrorType } from '../CustomError'; export default class BusinessError extends CustomError{ static type = "BusinessError" as ErrorType; }