Skip to content

Commit

Permalink
feat(errors): export our errors for user consumption
Browse files Browse the repository at this point in the history
  • Loading branch information
mbroadst committed Sep 4, 2015
1 parent 2cd1076 commit cab5120
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/index.js
Expand Up @@ -10,6 +10,7 @@ var DefaultPolicy = require('./policies/default_policy'),
module.exports = {
Client: require('./amqp_client'),
Constants: require('./constants'),
Errors: require('./errors'),
Policy: {
Default: DefaultPolicy,
EventHub: EventHubPolicy,
Expand Down

0 comments on commit cab5120

Please sign in to comment.