This pr adds the ability to gracefully handle unknown errors. Previously when an unhandled exception was thrown either trying to load or to execute a slash command, an HTTP 500 error was returned to Slack resulting in a very nasty message being displayed to the user. Now, a friendly message is displayed like the one below.
This pr adds the ability to gracefully handle unknown errors. Previously when an unhandled exception was thrown either trying to load or to execute a slash command, an HTTP 500 error was returned to Slack resulting in a very nasty message being displayed to the user. Now, a friendly message is displayed like the one below.