mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-25 02:00:10 +02:00
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 }
|