(dir: AbstractControlDirective, message: string)
| 341 | } |
| 342 | |
| 343 | function _throwError(dir: AbstractControlDirective, message: string): void { |
| 344 | const messageEnd = _describeControlLocation(dir); |
| 345 | throw new Error(`${message} ${messageEnd}`); |
| 346 | } |
| 347 | |
| 348 | function _describeControlLocation(dir: AbstractControlDirective): string { |
| 349 | const path = dir.path; |
no test coverage detected