Skip to content

Commit

Permalink
Export ArsenalError type
Browse files Browse the repository at this point in the history
Issue: ARSN-466
  • Loading branch information
francoisferrand committed Feb 17, 2025
1 parent f33183d commit e5585c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import * as processMpuParts from './lib/s3middleware/processMpuParts';
import * as retention from './lib/s3middleware/objectRetention';
import * as objectRestore from './lib/s3middleware/objectRestore';
import * as lifecycleHelpers from './lib/s3middleware/lifecycleHelpers';
export { default as errors } from './lib/errors';
export { default as errors, ArsenalError } from './lib/errors';
export { default as Clustering } from './lib/Clustering';
export * as ClusterRPC from './lib/clustering/ClusterRPC';
export * as ipCheck from './lib/ipCheck';
Expand Down

0 comments on commit e5585c5

Please sign in to comment.