Skip to content

Commit

Permalink
refactor: export exception classes from main entrypoint
Browse files Browse the repository at this point in the history
  • Loading branch information
thetutlage committed Oct 26, 2023
1 parent f5809fd commit 421780b
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 @@ -9,8 +9,8 @@

export { configure } from './configure.js'
export { stubsRoot } from './stubs/main.js'
export * as errors from './src/auth/errors.js'
export * as symbols from './src/auth/symbols.js'
export { AuthManager } from './src/auth/auth_manager.js'
export { Authenticator } from './src/auth/authenticator.js'
export { defineConfig, providers } from './src/auth/define_config.js'
export { AuthenticationException, InvalidCredentialsException } from './src/auth/errors.js'

0 comments on commit 421780b

Please sign in to comment.