latex-ub/services/history-v1/storage/lib/errors.js
2025-05-05 12:24:05 +00:00

5 lines
129 B
JavaScript

const OError = require('@overleaf/o-error')
class InvalidChangeError extends OError {}
module.exports = { InvalidChangeError }