Exception: SalesforceStreamer::PushTopicHandlerMissingError
- Inherits:
-
StandardError
- Object
- StandardError
- SalesforceStreamer::PushTopicHandlerMissingError
- Defined in:
- lib/salesforce_streamer/errors.rb
Instance Method Summary collapse
-
#initialize(message) ⇒ PushTopicHandlerMissingError
constructor
A new instance of PushTopicHandlerMissingError.
Constructor Details
#initialize(message) ⇒ PushTopicHandlerMissingError
Returns a new instance of PushTopicHandlerMissingError.
17 18 19 |
# File 'lib/salesforce_streamer/errors.rb', line 17 def initialize() super("Unable to load constant #{}.") end |