I've got a typical iron-router project with subscriptions for each route. I'd like to be able to catch any subscription errors and notify the user.
Is there any way to do this globally? Something like:
Router.onSubscriptionError(function (error) {alert(error);});