Skip to content

Commit

Permalink
fix: export NotFoundError and ISegmentService in internals.ts (#4997)
Browse files Browse the repository at this point in the history
export NotFoundError and ISegmentService in internals.ts

Signed-off-by: andreas-unleash <[email protected]>
  • Loading branch information
andreas-unleash authored Oct 11, 2023
1 parent 6928633 commit 4e8c047
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib/error/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
1 change: 1 addition & 0 deletions src/lib/internals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export * from './types';
export * from './util';
export * from './error';
export * from './features';
export * from './segments/segment-service-interface';

0 comments on commit 4e8c047

Please sign in to comment.