| 337 | * Error thrown when attempting to create a session that already exists. |
| 338 | */ |
| 339 | export class SessionAlreadyExistsError extends Error { |
| 340 | constructor( |
| 341 | public readonly sessionId: string, |
| 342 | message?: string, |
nothing calls this directly
no outgoing calls
no test coverage detected