| 463 | } |
| 464 | |
| 465 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 466 | "OAuthSessionNotFoundError", |
| 467 | { state: OAuthState }, |
| 468 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected