| 449 | } |
| 450 | |
| 451 | export class OAuthRegisterDynamicError |
| 452 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 453 | message: Schema.String, |
| 454 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected