We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As with other Bolt frameworks, the error handler should be customizable.
bolt-python/slack_bolt/app/app.py
Lines 321 to 324 in 3eea0c4
bolt-python/slack_bolt/app/async_app.py
Lines 352 to 355 in 3eea0c4
x
[ ]
slack_bolt.App
slack_bolt.async_app.AsyncApp
slack_bolt.adapter
The text was updated successfully, but these errors were encountered:
Fix slackapi#31 by adding app.error handler
0bcf998
Fix #31 by adding app.error handler (#43)
dd855e1
Successfully merging a pull request may close this issue.
Description
As with other Bolt frameworks, the error handler should be customizable.
bolt-python/slack_bolt/app/app.py
Lines 321 to 324 in 3eea0c4
bolt-python/slack_bolt/app/async_app.py
Lines 352 to 355 in 3eea0c4
Category (place an
x
in each of the[ ]
)slack_bolt.App
and/or its core componentsslack_bolt.async_app.AsyncApp
and/or its core componentsslack_bolt.adapter
Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: