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