Exception: Parse::LiveQuery::Error
- Defined in:
- lib/parse/live_query.rb
Overview
Base error class for LiveQuery. Inherits from Parse::Error so that ‘rescue Parse::Error` will also catch LiveQuery failures.
Direct Known Subclasses
AuthenticationError, ConnectionError, EventQueueFullError, NotEnabledError, SubscriptionError
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Parse::Error