Exception: Parse::Push::AudienceNotFound

Inherits:
ArgumentError
  • Object
show all
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.