| 334 | } |
| 335 | |
| 336 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 337 | "OAuthSessionNotFoundError", |
| 338 | { state: OAuthState }, |
| 339 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected