| 430 | } |
| 431 | |
| 432 | export class OAuthRegisterDynamicError |
| 433 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 434 | message: Schema.String, |
| 435 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected