diff --git a/src/index.ts b/src/index.ts index 877a7fc3..33cc65d6 100644 --- a/src/index.ts +++ b/src/index.ts @@ -8,3 +8,4 @@ export {Manifest} from './manifest' export {PJSON} from './pjson' export {IPlugin, Plugin} from './plugin' export {Topic} from './topic' +export {ExitError} from './errors'