class SalesforceStreamer::UnprocessableHandlerError

Public Class Methods

new(constant) click to toggle source
Calls superclass method
# File lib/salesforce_streamer/errors.rb, line 29
def initialize(constant)
  super "#{constant} does not repond to .call or .perform_async"
end