feat: Add base and early exit error classes
This commit is contained in:
3
packages/backend/src/errors/early-exit.ts
Normal file
3
packages/backend/src/errors/early-exit.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import BaseError from './base';
|
||||
|
||||
export default class EarlyExitError extends BaseError {}
|
||||
Reference in New Issue
Block a user