proxy.golang.org : github.com/agext/calmly
Package calmly implements convenient runtime panic recovery and handling When a panic condition needs to be handled by the program (rather than crashing it), wrap the code that can trigger such condition in a `Try`, which allows you to `Catch` the panic for further processing. The `Outcome` of a `Try`ed code also offers convenience methods to: - `KeepCalm` downgrading a panic to an error condition; - `Escalate` upgrading a panic to a fatal error; - `Log` the error, panic or fatal condition, using the appropriate logger method - presumably triggering a new panic or exiting the program.
Registry
-
Source
- Documentation
- JSON
purl: pkg:golang/github.com/agext/calmly
Keywords:
panic
, runtime-panic-recovery
, try-catch
License: Apache-2.0
Latest release: about 8 years ago
First release: about 8 years ago
Namespace: github.com/agext
Stars: 0 on GitHub
Forks: 0 on GitHub
See more repository details: repos.ecosyste.ms
Last synced: 5 days ago