You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we pass null as a channel in com.ullink.slack.simpleslackapi.SlackSession#sendMessage(com.ullink.slack.simpleslackapi.SlackChannel, java.lang.String) we get NullPointerException. So, maybe it's better to check it, and throw more informational exception?
The text was updated successfully, but these errors were encountered:
When we pass
null
as a channel incom.ullink.slack.simpleslackapi.SlackSession#sendMessage(com.ullink.slack.simpleslackapi.SlackChannel, java.lang.String)
we getNullPointerException
. So, maybe it's better to check it, and throw more informational exception?The text was updated successfully, but these errors were encountered: