| 444 | } |
| 445 | |
| 446 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 447 | "OAuthSessionNotFoundError", |
| 448 | { state: OAuthState }, |
| 449 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected