Exception: SalesforceStreamer::PushTopicNameTooLongError

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

Instance Method Summary collapse

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