mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-02 13:49:00 +02:00
7962206e22
GitOrigin-RevId: 04299d9ab23c65aa791acecd1c0e63b70df9a8d1
6 lines
115 B
JavaScript
6 lines
115 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class ParamsError extends OError {}
|
|
|
|
module.exports = { ParamsError }
|