| 506 | } |
| 507 | |
| 508 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 509 | "OAuthSessionNotFoundError", |
| 510 | { state: OAuthState }, |
| 511 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected