| 339 | } |
| 340 | |
| 341 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 342 | "OAuthSessionNotFoundError", |
| 343 | { state: OAuthState }, |
| 344 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected