diff --git a/src/content/docs/v4/reference/error-handling.mdx b/src/content/docs/v4/reference/error-handling.mdx index 9ea35e36f..bcb2e35df 100644 --- a/src/content/docs/v4/reference/error-handling.mdx +++ b/src/content/docs/v4/reference/error-handling.mdx @@ -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.