Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/angular/angular
/ handleError
Method
handleError
packages/core/src/error_handler.ts:60–62 ·
view source on GitHub ↗
(error: any)
Source
from the content-addressed store, hash-verified
58
_console: Console = console;
59
60
handleError(error: any): void {
61
this._console.error(
'ERROR'
, error);
62
}
63
}
64
65
/**
Callers
1
errorToString
Function · 0.95
Implementers
2
BenchmarkErrorHandler
modules/benchmarks/src/expanding_rows/
CustomErrorHandler
adev/src/app/core/services/errors-hand
Calls
1
error
Method · 0.65
Tested by
no test coverage detected