Exception: Parse::Push::AudienceNotFound
- Inherits:
-
ArgumentError
- Object
- ArgumentError
- Parse::Push::AudienceNotFound
- Defined in:
- lib/parse/model/push.rb
Overview
Raised when #to_audience or #to_audience_id cannot resolve the requested audience. Previously these methods warned and returned +self+, which let the subsequent +send!+ silently broadcast to every Installation. They now raise so typos and renames surface at the call site instead.