| 156 | * and some third-party error types. |
| 157 | */ |
| 158 | export interface ErrorPOJO { |
| 159 | message?: string; |
| 160 | stack?: string; |
| 161 | name?: string; |
| 162 | } |
| 163 | |
| 164 | /** |
| 165 | * Any object that "looks like" an `Error` object. |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…