Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions packages/core/src/error_handler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,6 @@ export class ErrorHandler {
*/
_console: Console = console;

constructor(
/**
* @deprecated since v4.0 parameter no longer has an effect, as ErrorHandler will never
* rethrow.
*/
deprecatedParameter?: boolean) {}

handleError(error: any): void {
const originalError = this._findOriginalError(error);
const context = this._findContext(error);
Expand Down
2 changes: 0 additions & 2 deletions tools/public_api_guard/core/core.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -381,8 +381,6 @@ export declare function enableProdMode(): void;

/** @stable */
export declare class ErrorHandler {
constructor(
deprecatedParameter?: boolean);
handleError(error: any): void;
}

Expand Down