armilam/google-assistant-ruby

Improve error handling

Closed this issue · 0 comments

Right now, we handle_error(message) if something is wrong, and that just raises that message.

Instead, perhaps we should create error classes and raise instances of those instead?