mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 09:09:36 +02:00
Merge pull request #31978 from overleaf/kc-create-domain-verifications
Add controller and handler to manage creation of DomainVerification records GitOrigin-RevId: 4f90ee32f33385b3269cfe374962aaa5888eb3b3
This commit is contained in:
@@ -369,6 +369,8 @@ class ConcurrentLoadingOfDocsDetectedError extends OError {
|
||||
}
|
||||
}
|
||||
|
||||
class DomainAlreadyExistsError extends OErrorV2CompatibleError {}
|
||||
|
||||
module.exports = {
|
||||
OError,
|
||||
BackwardCompatibleError,
|
||||
@@ -442,4 +444,5 @@ module.exports = {
|
||||
NonDeletableEntityError,
|
||||
FoundConnectedClientsError,
|
||||
ConcurrentLoadingOfDocsDetectedError,
|
||||
DomainAlreadyExistsError,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user