Exception: Pandapush::Error

Inherits:
RuntimeError
  • Object
show all
Defined in:
lib/pandapush.rb

Overview

All errors descend from this class so they can be easily rescued

Examples:

begin
  Pandapush.publish('channel_name', {some: 'data'})
rescue Pandapush::Error => e
  # Do something on error
end

Direct Known Subclasses

ConfigurationError