Hacker News new | ask | show | jobs
by prognostikos 933 days ago
I also avoid `NotImplementedError` as it inherits from `Error` instead of `StandardError`. This can bring down services like job queue processors that rescue `StandardError`.