VoxaAI/voxa

When a response path is unfound, an Error should be raised

Closed this issue · 0 comments

When returning from a state something like:

return {reply: 'This.Does.Not.Exist', to: 'die' }

And that path doesn't exist in the reponses.js file, an error should be raised.