500tech/angular-kick

View on GitHub
templates/angular/app/app/config/decorators.js

Summary

Maintainability
A
0 mins
Test Coverage
export /* @ngInject */ function exceptionHandlerDecorator($log) {
  return (exception, cause) => $log.error(exception, cause);
}