| 350 | * Error thrown when attempting to resume a session that does not exist. |
| 351 | */ |
| 352 | export class SessionNotFoundError extends Error { |
| 353 | constructor( |
| 354 | public readonly sessionId: string, |
| 355 | message?: string, |
nothing calls this directly
no outgoing calls
no test coverage detected