| 284 | * Consists of the message, a fully resolved stack trace and a fully resolved 'cause' chain. |
| 285 | */ |
| 286 | export class SymbolizedError { |
| 287 | readonly message: string; |
| 288 | readonly stackTrace?: DevTools.StackTrace.StackTrace.StackTrace; |
| 289 | readonly cause?: SymbolizedError; |
nothing calls this directly
no outgoing calls
no test coverage detected