mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Revert "Replace isZodErrorLike with custom error types in request validation" GitOrigin-RevId: 1f51fe9e14ffabf283f1229552d3887136420f8f
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class ParamsError extends OError {}
|
|
|
|
module.exports = { ParamsError }
|