ruby-safely-block

Rescue and report exceptions in non-critical code
  https://github.com/ankane/safely
  0
  no reviews



Exceptions are rescued and automatically reported to your favorite reporting service. In development and test environments, exceptions are raised so you can fix them.

The Safely Pattern is a simple one. It allows you to tag non-critical code by wrapping it in a function. It’s built on top of exception handling. Gem is created for efficient exceptional handling.