-
Notifications
You must be signed in to change notification settings - Fork 1
Working with Exceptions #10
Copy link
Copy link
Open
Labels
Description
- It'd be nice to have a method that takes a block, rescues from Exceptions and logs them. Options to reraise or continue would be useful as well.
- Also, a method or a setting that raises an Exception after logging might be useful. Perhaps
fatallogs should automatically raise in this scenario. - Perhaps if the retriable gem is available we should make use of it in another method.
Reactions are currently unavailable