mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-20 00:08:02 +01:00
fix: export NotFoundError and ISegmentService in internals.ts (#4997)
export NotFoundError and ISegmentService in internals.ts Signed-off-by: andreas-unleash <andreas@getunleash.ai>
This commit is contained in:
parent
69286339fc
commit
4e8c0478bf
@ -16,11 +16,12 @@ import PasswordUndefinedError from './password-undefined';
|
||||
import PasswordMismatchError from './password-mismatch';
|
||||
import PatternError from './pattern-error';
|
||||
import ForbiddenError from './forbidden-error';
|
||||
|
||||
import NotFoundError from './notfound-error';
|
||||
export {
|
||||
BadDataError,
|
||||
UNIQUE_CONSTRAINT_VIOLATION,
|
||||
FOREIGN_KEY_VIOLATION,
|
||||
NotFoundError,
|
||||
DisabledError,
|
||||
FeatureHasTagError,
|
||||
IncompatibleProjectError,
|
||||
|
@ -13,3 +13,4 @@ export * from './types';
|
||||
export * from './util';
|
||||
export * from './error';
|
||||
export * from './features';
|
||||
export * from './segments/segment-service-interface';
|
||||
|
Loading…
Reference in New Issue
Block a user