Skip to content

Commit

Permalink
feat: expose MissingImplementationError
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Blancard committed Mar 12, 2018
1 parent acb750e commit 5755bd5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/botfuel-dialog/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ const QuickrepliesMessage = require('./messages/quickreplies-message');
const UserImageMessage = require('./messages/user-image-message');
const UserTextMessage = require('./messages/user-text-message');
const QnasView = require('./views/qnas-view');
const MissingImplementationError = require('./errors/missing-implementation-error');

module.exports = {
Logger: Logger.getLogger,
Expand Down Expand Up @@ -92,4 +93,5 @@ module.exports = {
UserImageMessage,
UserTextMessage,
QnasView,
MissingImplementationError,
};

0 comments on commit 5755bd5

Please sign in to comment.