SlackIgnoredException¶
- exception safir.slack.webhook.SlackIgnoredException¶
Parent class for exceptions that should not be reported to Slack.
This exception has no built-in behavior or meaning except to suppress Slack notifications if it is thrown uncaught. Application exceptions that should not result in a Slack alert (because, for example, they’re intended to be caught by exception handlers) should inherit from this class.