Exception: SalesforceStreamer::PushTopicNameTooLongError
- Inherits:
-
StandardError
- Object
- StandardError
- SalesforceStreamer::PushTopicNameTooLongError
- Defined in:
- lib/salesforce_streamer/errors.rb
Instance Method Summary collapse
-
#initialize(name) ⇒ PushTopicNameTooLongError
constructor
A new instance of PushTopicNameTooLongError.
Constructor Details
#initialize(name) ⇒ PushTopicNameTooLongError
Returns a new instance of PushTopicNameTooLongError.
23 24 25 |
# File 'lib/salesforce_streamer/errors.rb', line 23 def initialize(name) super("PushTopic name: #{name} (#{name.size}/25)") end |