angular.module("app") .factory("$exceptionHandler", function() { return function (exception, cause) { //exception handling here }; });