Method: Que.error_handler
- Defined in:
- lib/que.rb
.error_handler ⇒ Object
144 145 146 147 |
# File 'lib/que.rb', line 144 def error_handler warn "Que.error_handler has been renamed to Que.error_notifier, please update your code. This shim will be removed in Que version 1.0.0." error_notifier end |