import { APIError } from'./APIError.js';
exportclassTimestampsRequiredextendsAPIError {
constructor(collection){
super(`Timestamps are required in the collection ${collection.slug} because you have opted in to Versions.`);
}
}
//# sourceMappingURL=TimestampsRequired.js.map