UNPKG

payload

Version:

Node, React, Headless CMS and Application Framework built on Next.js

8 lines (7 loc) 243 B
import { APIError } from './APIError.js'; export class MissingCollectionLabel extends APIError { constructor(){ super('payload.config.collection object is missing label'); } } //# sourceMappingURL=MissingCollectionLabel.js.map