abnormalities
Exception handler
Catches global exceptions and provides a callback mechanism to handle them
Tracer is a package that can capture global exceptions, and you can configure which methods will be captured by tracer. After the exceptions are captured, you need to add a callback function, and the program will automatically execute this callback function.
5 stars
3 watching
0 forks
Language: Python
last commit: over 3 years ago Related projects:
Repository | Description | Stars |
---|---|---|
guilatrova/tryceratops | A tool to detect and prevent exception handling antipatterns in Python code | 432 |
nlohmann/exception_reporter | A tool to analyze C++ function call graphs and identify potential exceptions that may be thrown. | 22 |
ztrue/tracerr | A utility library to format and handle errors with stack traces in Go programming language. | 1,036 |
a7ul/react-native-exception-handler | A React Native module for handling global exceptions and crashes in mobile apps | 1,585 |
emperror/errors | Provides a unified error handling package with features from standard libraries and pkg/errors. | 198 |
sindresorhus/exceptioncatcher | Wraps an Objective-C exception handler to enable catching exceptions in Swift | 133 |
southclaws/fault | Provides an extensible error handling mechanism with structured metadata and composable error wrapping utilities. | 166 |
josephwoodward/globalexceptionhandlerdotnet | Provides centralized exception handling in ASP.NET Core applications | 269 |
rbrahul/exception | A utility package for exception handling with try-catch in Golang. | 31 |
ionelmc/python-hunter | A tool for tracing and inspecting Python code during execution to aid in debugging and analysis. | 804 |
richpeck/exception_handler | A Ruby on Rails gem that provides custom error pages and notification settings | 509 |
emperror/emperror | Tools and strategies for handling errors in Go applications | 344 |
ko1/gc_tracer | Tools for tracing and monitoring Ruby garbage collector activities | 307 |
roma-guru/smart-exceptions | Automatically generates detailed error messages with AI-powered stacktraces | 3 |
krakjoe/trace | A tracing API for PHP 7 processes that prints stack traces from the target process. | 18 |