UNPKG

@budibase/server

Version:
8 lines (6 loc) 240 B
import { BBReferenceFieldSubType } from "@budibase/types" export class InvalidBBRefError extends Error { constructor(id: string, subtype: BBReferenceFieldSubType) { super(`Id "${id}" is not valid for the subtype "${subtype}"`) } }