| 492 | } |
| 493 | |
| 494 | export class OAuthRegisterDynamicError |
| 495 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 496 | message: Schema.String, |
| 497 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected