ErrorHandler

Stable

Class

What it does

Provides a hook for centralized exception handling.

Class Overview

class ErrorHandler {
constructor(rethrowError?: boolean)

handleError(error: any) : void

}

Class Description

Constructor

constructor(rethrowError?: boolean)

Class Details

exported from @angular/core/index, defined in @angular/core/src/error_handler.ts