Update error-handling.mdx
Some checks failed
Deploy to GitHub Pages / Deploy to GitHub Pages (push) Has been cancelled

This commit is contained in:
Jacob Nguyen
2025-01-13 10:33:10 -06:00
committed by GitHub
parent d5cee30e4f
commit 9d2c3f6582

View File

@@ -7,6 +7,7 @@ sidebar:
Error handling is important in any application, especially one which has a long lifetime of running.
## Handling errors in command and event modules
To capture errors, enable the 'error' event in sern's global event manager.