mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2025-07-23 23:00:08 +02:00

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