| 248 | } |
| 249 | |
| 250 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 251 | "OAuthSessionNotFoundError", |
| 252 | { state: OAuthState }, |
| 253 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected