| 261 | } |
| 262 | |
| 263 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 264 | "OAuthSessionNotFoundError", |
| 265 | { state: OAuthState }, |
| 266 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected