# File lib/mongo/monitoring.rb, line 273 def failed(topic, event) subscribers_for(topic).each{ |subscriber| subscriber.failed(event) } end