mirror of
https://github.com/overleaf/overleaf.git
synced 2025-01-06 05:42:20 +00:00
6 lines
119 B
JavaScript
6 lines
119 B
JavaScript
|
const OError = require('@overleaf/o-error')
|
||
|
|
||
|
class NotFoundError extends OError {}
|
||
|
|
||
|
module.exports = { NotFoundError }
|