mirror of
https://github.com/overleaf/overleaf.git
synced 2024-10-24 21:12:38 -04:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
|
const OError = require('@overleaf/o-error')
|
||
|
|
||
|
class NotFoundError extends OError {}
|
||
|
|
||
|
module.exports = { NotFoundError }
|