| 499 | } |
| 500 | |
| 501 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 502 | "OAuthSessionNotFoundError", |
| 503 | { state: OAuthState }, |
| 504 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected