fix circular dependency caused by is-retryable-error, render-inline-error, and render-full-error
This commit is contained in:
parent
c2f6f54f50
commit
5f6578c8cd
6 changed files with 20 additions and 17 deletions
6
packages/backend/src/misc/errors/ConflictError.ts
Normal file
6
packages/backend/src/misc/errors/ConflictError.ts
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
/*
|
||||
* SPDX-FileCopyrightText: hazelnoot and other Sharkey contributors
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
|
||||
export class ConflictError extends Error {}
|
||||
Loading…
Add table
Add a link
Reference in a new issue