edraut / coney_island

An industrial-strength background worker system for Rails using RabbitMQ.
MIT License
7 stars 0 forks source link

Reconsider rescuing the Exception base class #3

Open edraut opened 9 years ago

edraut commented 9 years ago

Should we be rescuing StandardError? Review the Ruby error hierarchy and choose the right exception class to rescue.