| 234 | } |
| 235 | |
| 236 | export class OAuthRegisterDynamicError |
| 237 | extends Schema.TaggedErrorClass<OAuthRegisterDynamicError>()("OAuthRegisterDynamicError", { |
| 238 | message: Schema.String, |
| 239 | }) |
nothing calls this directly
no outgoing calls
no test coverage detected