Skip to content

Commit

Permalink
fix(index): export PreconditionError (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
vladfrangu authored Jan 3, 2021
1 parent b4cb369 commit 5daa3c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export {
} from '@sapphire/pieces';
export * from './lib/errors/ArgumentError';
export * from './lib/errors/UserError';
export * from './lib/errors/PreconditionError';
export * from './lib/plugins/Plugin';
export * from './lib/plugins/PluginManager';
export * from './lib/plugins/symbols';
Expand Down

0 comments on commit 5daa3c9

Please sign in to comment.