masse

Catch those Ruby errors by the masses!


License
MIT
Install
gem install masse -v 1.0.0

Documentation

Masse

Catch those Ruby errors by the masses!

Installation

$ gem install masse

Usage

SloppyRuntimeErrors = Masse[
  "Access Denied",
  "Cannot find remote server",
  /SSH Key \(\w+)\ cannot be found/,
  -> raised { dynamic_check_for(raised) },
]

begin
  Action.execute
rescue SloppyRuntimeErrors => err
  ErrorTracker.send(err)
end

🎉