| 253 | } |
| 254 | |
| 255 | export class OAuthSessionNotFoundError extends Schema.TaggedErrorClass<OAuthSessionNotFoundError>()( |
| 256 | "OAuthSessionNotFoundError", |
| 257 | { state: OAuthState }, |
| 258 | ) {} |
nothing calls this directly
no outgoing calls
no test coverage detected