Method: FFWD::Retrier#error

Defined in:
lib/ffwd/retrier.rb

#error(&block) ⇒ Object



48
49
50
# File 'lib/ffwd/retrier.rb', line 48

def error &block
  @error_callbacks << block
end