UNPKG

@r1tsu/payload

Version:

9 lines (8 loc) 327 B
import APIError from './APIError.js'; class DuplicateFieldName extends APIError { constructor(fieldName){ super(`A field with the name '${fieldName}' was found multiple times on the same level. Field names must be unique.`); } } export default DuplicateFieldName; //# sourceMappingURL=DuplicateFieldName.js.map