Exception: SalesforceStreamer::UnprocessableHandlerError

Inherits:
StandardError
  • Object
show all
Defined in:
lib/salesforce_streamer/errors.rb

Instance Method Summary collapse

Constructor Details

#initialize(constant) ⇒ UnprocessableHandlerError

Returns a new instance of UnprocessableHandlerError.



29
30
31
# File 'lib/salesforce_streamer/errors.rb', line 29

def initialize(constant)
  super("#{constant} does not repond to .call or .perform_async")
end