mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
[web] refactor error handling for rejected manager removal GitOrigin-RevId: 48be3bf254de74c2799d1368aee329fd9038dfa6
8 lines
132 B
JavaScript
8 lines
132 B
JavaScript
const OError = require('@overleaf/o-error')
|
|
|
|
class UserIsManagerError extends OError {}
|
|
|
|
module.exports = {
|
|
UserIsManagerError,
|
|
}
|