ce4c8a4e47
Validate content hashes in history (log only) GitOrigin-RevId: ed772fc4e4d0aa9e980f9693a759647bd937e13a
6 lines
129 B
JavaScript
6 lines
129 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class InvalidChangeError extends OError {}
|
|
|
|
module.exports = { InvalidChangeError }
|