mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-24 17:51:51 +02:00
Skip inexistent docs when building ShareLaTeX history GitOrigin-RevId: 5b7c5b77623d77c7d20f852050249211de0c8cb3
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class NotFoundError extends OError {}
|
|
|
|
module.exports = { NotFoundError }
|