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
Exclude and Redirect Severity Levels β Control which severities are handled and redirect them to custom logic.
Custom Handling for Different Severities β Assign different behaviors to specific error levels.
Toggle Trace Lines β Enable or disable stack trace details for cleaner debugging output.
Exit with a Custom Exit Code β Define a specific exit code when an error occurs.
Preserve Original Exceptions in Exception Chaining β Preserve thrown error from original like file and lines in exception chain for better debugging and logging.