Method: Attune::Configurable#exception_handler

Defined in:
lib/attune/configurable.rb

#exception_handlerObject

How to deal with HTTP exceptions

Parameters:

  • Method used for handling exceptions.

Raises:

  • if handler is not :mock or :raise



31
32
33
# File 'lib/attune/configurable.rb', line 31

def exception_handler
  @exception_handler
end