Exception: SalesforceStreamer::UnprocessableHandlerError
- Inherits:
-
StandardError
- Object
- StandardError
- SalesforceStreamer::UnprocessableHandlerError
- Defined in:
- lib/salesforce_streamer/errors.rb
Instance Method Summary collapse
-
#initialize(constant) ⇒ UnprocessableHandlerError
constructor
A new instance of UnprocessableHandlerError.
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 |