mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-31 21:21:03 -04:00
98a4742c0a
Skip inexistent docs when building ShareLaTeX history GitOrigin-RevId: 5b7c5b77623d77c7d20f852050249211de0c8cb3
5 lines
119 B
JavaScript
5 lines
119 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class NotFoundError extends OError {}
|
|
|
|
module.exports = { NotFoundError }
|