import { type WorkspaceMigrationV2ExceptionCode } from 'twenty-shared/metadata'; import { CustomException } from 'src/utils/custom-exception'; export class WorkspaceMigrationV2Exception extends CustomException {}