handleError()

in src/app/global-handler.ts [87:89]


  handleError(err: Error) {
    this.errorService.error(err, 'UNCAUGHT EXCEPTION');
  }