Method: Peddler::Client#error_handler

Defined in:
lib/peddler/client.rb

#error_handlerObject

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



163
164
165
# File 'lib/peddler/client.rb', line 163

def error_handler
  @error_handler || self.class.error_handler
end