Code coverage report for
src/util/throwError.ts
Statements:
100%
(3 / 3)
Branches:
100%
(0 / 0)
Functions:
100%
(1 / 1)
Lines:
100%
(1 / 1)
Ignored:
none
All files
»
src/util/
» throwError.ts
1 2
2
export function throwError(e: any) { throw e; }