| 320 | } |
| 321 | |
| 322 | export class OAuthRegisterDynamicError |
| 323 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 324 | message: Schema.String, |
| 325 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected